]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
* ltdl.m4: Changed "underscode to underscore".
authorGuido Draheim <guidod-2001q3@gmx.de>
Thu, 15 Nov 2001 01:26:15 +0000 (01:26 +0000)
committerGary V. Vaughan <gary@gnu.org>
Thu, 15 Nov 2001 01:26:15 +0000 (01:26 +0000)
ChangeLog
ltdl.m4

index a2c9c5ccc5713e04a040afae4d519b239ea8c143..bfa441ed6bf9d9780ff82523a49252ada973bfc9 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2001-11-15  Guido Draheim  <guidod-2001q3@gmx.de>
+
+       * ltdl.m4: Changed "underscode to underscore".
+
 2001-11-15  Gary V. Vaughan  <gary@gnu.org>
 
        From Joseph S. Myers  <jsm28@cam.ac.uk>:
diff --git a/ltdl.m4 b/ltdl.m4
index 3994c3389204421315169008ffce5807c97bf039..ae224cc8cc5de587cae47a18178ae7c5edc85255 100644 (file)
--- a/ltdl.m4
+++ b/ltdl.m4
@@ -348,7 +348,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