Index: ossp-pkg/str/str.pod RCS File: /v/ossp/cvs/ossp-pkg/str/str.pod,v rcsdiff -q -kk '-r1.31' '-r1.32' -u '/v/ossp/cvs/ossp-pkg/str/str.pod,v' 2>/dev/null --- 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 is C the function returns C. Else it returns the pointer to the written final C-terminating character in I. The returned string later has to be -deallicated with free(3). +deallocated with free(3). =item char *B(char *I, str_size_t I, str_size_t I, char *I, str_size_t I);