diff --git a/ChangeLog b/ChangeLog index 575b0e714..d7eb6603c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2010-03-27 Richard Frith-Macdonald + + * Headers/Foundation/NSException.h: + Fix typos in last change (spotted by Eddie McCreary). + 2010-03-03 Doug Simons * Source/ObjectiveC2/sync.m: Avoid crash on Windows. diff --git a/Headers/Foundation/NSException.h b/Headers/Foundation/NSException.h index 32e7eb2b1..84fc3f96d 100644 --- a/Headers/Foundation/NSException.h +++ b/Headers/Foundation/NSException.h @@ -34,12 +34,12 @@ #import #if defined(_NATIVE_OBJC_EXCEPTIONS) -#define USER_NATIVE_OBC_EXCEPTIONS 1 +#define USER_NATIVE_OBJC_EXCEPTIONS 1 #else -#define USER_NATIVE_OBC_EXCEPTIONS 0 +#define USER_NATIVE_OBJC_EXCEPTIONS 0 #endif #if BASE_NATIVE_OBJC_EXCEPTIONS != USER_NATIVE_OBJC_EXCEPTIONS -#error The current setting for native-objc-exceptions does not match that of gnuste-base ... please correct this. +#error The current setting for native-objc-exceptions does not match that of gnustep-base ... please correct this. #endif #import