]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
* libltdl/ltdl.c (file_not_found): Fix typos in code comment.
authorPeter Rosin <peda@lysator.liu.se>
Tue, 29 Dec 2009 18:00:58 +0000 (19:00 +0100)
committerPeter Rosin <peda@lysator.liu.se>
Tue, 29 Dec 2009 18:00:58 +0000 (19:00 +0100)
Signed-off-by: Peter Rosin <peda@lysator.liu.se>
ChangeLog
libltdl/ltdl.c

index 75a5919d6ea261edc520200ca84339f3091de71b..01bf201a32f3cff86aaa2b5985b6fb48c3619d70 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2009-12-29  Peter Rosin  <peda@lysator.liu.se>
+
+       * libltdl/ltdl.c (file_not_found): Fix typos in code comment.
+
 2009-12-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
 
        Replace last __oline__ instance.
index d180e3054647b924051804967e2fd762985599e7..e4569b02e0deb11a6468627d982ae22b5c18a181 100644 (file)
@@ -1487,7 +1487,7 @@ try_dlopen (lt_dlhandle *phandle, const char *filename, const char *ext,
 }
 
 
-/* If the last error messge store was `FILE_NOT_FOUND', then return
+/* If the last error message stored was `FILE_NOT_FOUND', then return
    non-zero.  */
 static int
 file_not_found (void)