Index: ossp-pkg/str/str.pod RCS File: /v/ossp/cvs/ossp-pkg/str/str.pod,v rcsdiff -q -kk '-r1.37' '-r1.38' -u '/v/ossp/cvs/ossp-pkg/str/str.pod,v' 2>/dev/null --- str.pod 2005/01/24 15:22:19 1.37 +++ str.pod 2005/08/21 17:33:49 1.38 @@ -149,7 +149,7 @@ This performs a lexicographical comparison of the two strings I and I (but never compares more than I characters of them) and returns one of three return values: a value lower than C<0> if -I is lexicographically lower than I, a vlue of exactly C<0> +I is lexicographically lower than I, a value of exactly C<0> if I and I are equal and a value greater than C<0> if I is lexicographically higher than I. Per default (I is C<0>) the comparison is case-sensitive, but if C is used for I