Update.
authorUlrich Drepper <drepper@redhat.com>
Thu, 27 May 1999 11:34:20 +0000 (11:34 +0000)
committerUlrich Drepper <drepper@redhat.com>
Thu, 27 May 1999 11:34:20 +0000 (11:34 +0000)
* configure.in: Fix typo.

1999-05-27  Andreas Jaeger  <aj@arthur.rhein-neckar.de>

ChangeLog
configure.in

index 4fac5bd..bc0b92c 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
 1999-05-27  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
 
+       * configure.in: Fix typo.
+
+1999-05-27  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
+
        * manual/socket.texi (Host Names): Remove statement that h_errno
        needs to be declared since this isn't true anymore.
        Closes PR libc/1138.
index 179b1ad..b675069 100644 (file)
@@ -136,7 +136,7 @@ AC_SUBST(force_install)
 dnl On some platforms we allow dropping compatibility with all kernel
 dnl versions.
 AC_ARG_ENABLE(kernel,
-[  --enable-kernel=VERSION compile for copmatibility with kernel not older
+[  --enable-kernel=VERSION compile for compatibility with kernel not older
                            than VERSION],
               minimum_kernel=$enableval)