-2004-05-31 Peter O'Gorman <peter@pogma.com>
+2005-06-01 Olly Betts <olly@survex.com> (tiny change)
+
+ * libltdl/argz.c (argz_create_sep): Fix typo.
+
+2005-05-31 Peter O'Gorman <peter@pogma.com>
* config/ltmain.m4sh: Do not add installed static litool libraries
to convenience, they are not convenience libraries.
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+ strlen (str);
if (argz_len)