Index: ossp-pkg/uuid/uuid_ac.h RCS File: /v/ossp/cvs/ossp-pkg/uuid/Attic/uuid_ac.h,v rcsdiff -q -kk '-r1.1' '-r1.2' -u '/v/ossp/cvs/ossp-pkg/uuid/Attic/uuid_ac.h,v' 2>/dev/null --- uuid_ac.h 2004/01/15 12:38:32 1.1 +++ uuid_ac.h 2004/01/15 13:02:21 1.2 @@ -40,12 +40,12 @@ #if SIZEOF_CHAR == 1 typedef char uuid_int8_t; #else -#error uexpected: sizeof(char) != 1 !? +#error unexpected: sizeof(char) != 1 !? #endif #if SIZEOF_UNSIGNED_CHAR == 1 typedef unsigned char uuid_uint8_t; #else -#error uexpected: sizeof(unsigned char) != 1 !? +#error unexpected: sizeof(unsigned char) != 1 !? #endif /* determine types of 16-bit size */