libtool-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

FYI: Two typo corrections


From: Ralf Wildenhues
Subject: FYI: Two typo corrections
Date: Wed, 1 Jun 2005 21:16:38 +0200
User-agent: Mutt/1.5.9i

Hi Olly,

* Olly Betts wrote on Sun, May 29, 2005 at 02:45:28AM CEST:
> I noticed the typo "occured" in a generated libtool script.  It turns
> out this has already been corrected in libtool CVS HEAD, but similar
> typos exists elsewhere in libtool: "occured" in the documentation should
> be "occurred", and "occurence" in a code comment should be "occurrence".
> 
> Patch against CVS HEAD.

Well, turns out that patch is against branch-1-5, but the other two
branches also have the argz.c typo (I have not fixed typos in ChangeLog
entries), plus branch-1-5 also has a typo in the corresponding node name
(which is obsolete in the other branches).

Applied a typo fix to all branches.  Thanks for reporting this!

Regards,
Ralf

2005-06-01  Olly Betts <address@hidden>  (tiny change),
            Ralf Wildenhues <address@hidden>

        * doc/libtool.texi (Thread Safety in libltdl),
        libltdl/ltdl.c (argz_create_sep): Fix some typos.

Index: doc/libtool.texi
===================================================================
RCS file: /cvsroot/libtool/libtool/doc/libtool.texi,v
retrieving revision 1.134.2.11
diff -u -r1.134.2.11 libtool.texi
--- doc/libtool.texi    18 May 2005 07:49:39 -0000      1.134.2.11
+++ doc/libtool.texi    1 Jun 2005 19:12:37 -0000
@@ -165,7 +165,7 @@
 
 * Libltdl interface::           How to use libltdl in your programs.
 * Modules for libltdl::         Creating modules that can be @code{dlopen}ed.
-* Thread Saftey in libltdl::   Registering callbacks for multi-thread safety.
+* Thread Safety in libltdl::   Registering callbacks for multi-thread safety.
 * User defined module data::    Associating data with loaded modules.
 * Module loaders for libltdl::  Creating user defined module loaders.
 * Distributing libltdl::        How to distribute libltdl with your package.
@@ -2743,7 +2743,7 @@
 @menu
 * Libltdl interface::           How to use libltdl in your programs.
 * Modules for libltdl::         Creating modules that can be @code{dlopen}ed.
-* Thread Saftey in libltdl::   Registering callbacks for multi-thread safety.
+* Thread Safety in libltdl::   Registering callbacks for multi-thread safety.
 * User defined module data::    Associating data with loaded modules.
 * Module loaders for libltdl::  Creating user defined module loaders.
 * Distributing libltdl::        How to distribute libltdl with your package.
@@ -3074,7 +3074,7 @@
 @end example
 
 
address@hidden Thread Saftey in libltdl
address@hidden Thread Safety in libltdl
 @section Using libtldl in a multi threaded environment
 
 Using the @code{lt_dlmutex_register()} function, and by providing some
@@ -3097,7 +3097,7 @@
 
 @deftypefn {Type} void lt_dlmutex_seterror @w{(const char address@hidden);}
 Many of the functions in the libltdl @sc{api} have a special return
-value to indicate to the client that an error has occured.  Normally (in
+value to indicate to the client that an error has occurred.  Normally (in
 single threaded applications) a string describing that error can be
 retrieved from internal storage with @code{lt_dlerror()}.
 
Index: libltdl/ltdl.c
===================================================================
RCS file: /cvsroot/libtool/libtool/libltdl/ltdl.c,v
retrieving revision 1.174.2.14
diff -u -r1.174.2.14 ltdl.c
--- libltdl/ltdl.c      22 Apr 2005 09:05:43 -0000      1.174.2.14
+++ libltdl/ltdl.c      1 Jun 2005 19:12:38 -0000
@@ -625,7 +625,7 @@
   assert (pargz);
   assert (pargz_len);
 
-  /* Make a copy of STR, but replacing each occurence of
+  /* Make a copy of STR, but replacing each occurrence of
      DELIM with '\0'.  */
   argz_len = 1+ LT_STRLEN (str);
   if (argz_len)




reply via email to

[Prev in Thread] Current Thread [Next in Thread]