Typo fix in error messages from swigarch.i

This commit is contained in:
William S Fulton 2015-02-04 23:07:18 +00:00
commit 2f22e9c889

View file

@ -42,7 +42,7 @@
#include <limits.h> #include <limits.h>
#endif #endif
#if (__WORDSIZE == 64) || (LONG_MAX != INT_MAX) #if (__WORDSIZE == 64) || (LONG_MAX != INT_MAX)
# error "SWIG wrapped code invalid in 64 bit architecture, regenarete code using -DSWIGWORDSIZE64" # error "SWIG wrapped code invalid in 64 bit architecture, regenerate code using -DSWIGWORDSIZE64"
#endif #endif
%} %}
#endif #endif
@ -54,7 +54,7 @@
#include <limits.h> #include <limits.h>
#endif #endif
#if (__WORDSIZE == 32) || (LONG_MAX == INT_MAX) #if (__WORDSIZE == 32) || (LONG_MAX == INT_MAX)
# error "SWIG wrapped code invalid in 32 bit architecture, regenarete code using -DSWIGWORDSIZE32" # error "SWIG wrapped code invalid in 32 bit architecture, regenerate code using -DSWIGWORDSIZE32"
#endif #endif
%} %}
#endif #endif