-2004-05-31 Peter O'Gorman <peter@pogma.com>
+2005-06-01 Olly Betts <olly@survex.com> (tiny change),
+ Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
+
+ * doc/libtool.texi (Thread Safety in libltdl),
+ libltdl/ltdl.c (argz_create_sep): Fix some typos.
+
+2005-05-31 Peter O'Gorman <peter@pogma.com>
* ltmain.in: Do not add installed static litool libraries to
convenience, they are not convenience libraries.
* 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.
@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.
@end example
-@node Thread Saftey in libltdl
+@node Thread Safety in libltdl
@section Using libtldl in a multi threaded environment
Using the @code{lt_dlmutex_register()} function, and by providing some
@deftypefn {Type} void lt_dlmutex_seterror @w{(const char *@var{error});}
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()}.