summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNiels Möller <nisse@lysator.liu.se>2012-07-05 22:38:55 +0200
committerNiels Möller <nisse@lysator.liu.se>2012-07-05 22:38:55 +0200
commit5b212a74493a6c913df46bbfff7173148dbb53bf (patch)
tree909c08283b6428b697a3a3c5cf02841924c15386
parentfdebbcf623b3b881d804ab9316df5dfe4f8243f9 (diff)
downloadnettle-5b212a74493a6c913df46bbfff7173148dbb53bf.tar.gz
Typo fixes to old entries.
-rw-r--r--ChangeLog4
1 files changed, 2 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 456920a1..999c1b66 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -104,7 +104,7 @@
* nettle-types.h (_STDINT_HAVE_INT_FAST32_T): Define here, to
force nettle-stdint.h to not try to define the int_fast*_t types.
- Avoids compilation gnutls problems on SunOS-5.8, where the
+ Avoids compilation problems with gnutls on SunOS-5.8, where the
definitions here collide with gnulib's.
2012-04-23 Niels Möller <nisse@lysator.liu.se>
@@ -289,7 +289,7 @@
* Makefile.in (soname link): Fixed logic.
(nettle_SOURCES): Removed nettle-internal.c, so that it's not
- parrt of the library...
+ part of the library...
(internal_SOURCES): ...and put it here.
* testsuite/Makefile.in (TEST_OBJS): Added ../nettle-internal.o.
* examples/Makefile.in (BENCH_OBJS): New variable, to simplify the