Check-in Number:
|
4438 | |
Date: |
2004-Feb-17 10:23:06 (local)
2004-Feb-17 09:23:06 (UTC) |
User: | thl |
Branch: | |
Comment: |
correct spelling: privileges, convenient; |
Tickets: |
|
Inspections: |
|
Files: |
|
ossp-pkg/uuid/ChangeLog 1.46 -> 1.47
--- 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]
|
|
ossp-pkg/uuid/uuid.c 1.46 -> 1.47
--- 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); \
|
|