Index: generic/nsfInt.h =================================================================== diff -u -r56a0f7cc781f54a9f16fea75e9df1dfef4c8e11a -r993d654cf2c86532376e1ba8ba1aec9208bb4941 --- generic/nsfInt.h (.../nsfInt.h) (revision 56a0f7cc781f54a9f16fea75e9df1dfef4c8e11a) +++ generic/nsfInt.h (.../nsfInt.h) (revision 993d654cf2c86532376e1ba8ba1aec9208bb4941) @@ -570,9 +570,9 @@ } SystemMethodsIdx; #if !defined(NSF_C) -extern CONST char *Nsf_SytemMethodOpts[]; +extern CONST char *Nsf_SystemMethodOpts[]; #else -CONST char *Nsf_SytemMethodOpts[] = { +CONST char *Nsf_SystemMethodOpts[] = { "-class.alloc", "-class.create", "-class.dealloc",