]> git.ipfire.org Git - thirdparty/nettle.git/commitdiff
Typo fixes to old entries.
authorNiels Möller <nisse@lysator.liu.se>
Thu, 5 Jul 2012 20:38:55 +0000 (22:38 +0200)
committerNiels Möller <nisse@lysator.liu.se>
Thu, 5 Jul 2012 20:38:55 +0000 (22:38 +0200)
ChangeLog

index 456920a1471891547be062569a973247e66f02ae..999c1b667dc801534732276c85fbd1aec213706a 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
 
        * 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>
 
        * 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