]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
* ltdl.m4: Changed "underscode to underscore".
authorGuido Draheim <guidod-2001q3@gmx.de>
Fri, 12 Oct 2001 23:32:13 +0000 (23:32 +0000)
committerRobert Boehne <rboehne@gnu.org>
Fri, 12 Oct 2001 23:32:13 +0000 (23:32 +0000)
ChangeLog
ltdl.m4

index 440aade846bc84645f3117b7383908522b9edb9d..a1291d51015ed889f800ba372f4c94ba6e8721fa 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2001-10-12 Guido Draheim  <guidod-2001q3@gmx.de>
+
+       * ltdl.m4: Changed "underscode to underscore".
+
 2001-10-06 Gary V. Vaughan  <gary@gnu.org>
 
        * configure.ac: General modernisation and cleanup.
diff --git a/ltdl.m4 b/ltdl.m4
index 337046dd9df15b040f92ae1d502ba3f0f9a2176f..06f9f16024c409e25521dc2e7373cd4a7b308231 100644 (file)
--- a/ltdl.m4
+++ b/ltdl.m4
@@ -355,7 +355,7 @@ fi
 
 if test x"$libltdl_cv_need_uscore" = xyes; then
   AC_DEFINE(NEED_USCORE, 1,
-    [Define if dlsym() requires a leading underscode in symbol names.])
+    [Define if dlsym() requires a leading underscore in symbol names.])
 fi
 ])# AC_LTDL_DLSYM_USCORE