Index: ossp-pkg/uuid/ChangeLog RCS File: /v/ossp/cvs/ossp-pkg/uuid/Attic/ChangeLog,v rcsdiff -q -kk '-r1.46' '-r1.47' -u '/v/ossp/cvs/ossp-pkg/uuid/Attic/ChangeLog,v' 2>/dev/null --- ChangeLog 2004/02/16 09:41:51 1.46 +++ ChangeLog 2004/02/17 09:23:06 1.47 @@ -183,7 +183,7 @@ [Ralf S. Engelschall] o Implement uuid_dump() and corresponding uuid CLI "-d" - option for dumping a given UUID into clear text. For convinience + option for dumping a given UUID into clear text. For convenience reasons add uuid_bm.h (bit mask API) and uuid_str (string formatting API) sub-modules. [Ralf S. Engelschall] Index: ossp-pkg/uuid/uuid.c RCS File: /v/ossp/cvs/ossp-pkg/uuid/Attic/uuid.c,v rcsdiff -q -kk '-r1.46' '-r1.47' -u '/v/ossp/cvs/ossp-pkg/uuid/Attic/uuid.c,v' 2>/dev/null --- uuid.c 2004/02/16 09:13:58 1.46 +++ uuid.c 2004/02/17 09:23:06 1.47 @@ -170,7 +170,7 @@ if (result == NULL) return UUID_RC_ARG; - /* convinience macro for setting result */ + /* convenience macro for setting result */ # define RESULT(r) \ do { \ *result = (r); \