ossp-pkg/str/str.pod 1.31 -> 1.32
--- str.pod 2002/01/02 17:09:13 1.31
+++ str.pod 2002/01/31 13:35:39 1.32
@@ -130,7 +130,7 @@
allocated string and returns this new string. If I<s> is C<NULL> the function
returns C<NULL>. Else it returns the pointer to the written final
C<NUL>-terminating character in I<s>. The returned string later has to be
-deallicated with free(3).
+deallocated with free(3).
=item char *B<str_splice>(char *I<s>, str_size_t I<off>, str_size_t I<n>, char *I<t>, str_size_t I<m>);
|
|