ossp-pkg/str/str.pod 1.35 -> 1.36
--- str.pod 2003/01/06 19:13:47 1.35
+++ str.pod 2004/02/17 09:21:06 1.36
@@ -95,7 +95,7 @@
B<OSSP str> is a generic string library written in ISO-C which
provides functions for handling, matching, parsing, searching and
formatting of ISO-C strings. So it can be considered as a superset of POSIX
-string(3), but its main intention is to provide a more convinient and
+string(3), but its main intention is to provide a more convenient and
compact API plus a more generalized functionality.
=head1 FUNCTIONS
@@ -304,7 +304,7 @@
and don't has to be repeated here again. For a deeper understanding
and details you should have a look at the book `I<Mastering Regular
Expressions>' (see also the perlbook(1) manpage) by I<Jeffrey Friedl>.
-For convinience reasons we give you only a brief summary of Perl
+For convenience reasons we give you only a brief summary of Perl
compatible regular expressions:
The following metacharacters have their standard egrep(1) meanings:
|
|