We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a33eb5a commit 2f22e9cCopy full SHA for 2f22e9c
Lib/swigarch.i
@@ -42,7 +42,7 @@
42
#include <limits.h>
43
#endif
44
#if (__WORDSIZE == 64) || (LONG_MAX != INT_MAX)
45
-# 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"
46
47
%}
48
@@ -54,7 +54,7 @@
54
55
56
#if (__WORDSIZE == 32) || (LONG_MAX == INT_MAX)
57
-# 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"
58
59
60
0 commit comments