Skip to content

Commit 2f22e9c

Browse files
committed
Typo fix in error messages from swigarch.i
1 parent a33eb5a commit 2f22e9c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Lib/swigarch.i

+2-2
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
#include <limits.h>
4343
#endif
4444
#if (__WORDSIZE == 64) || (LONG_MAX != INT_MAX)
45-
# error "SWIG wrapped code invalid in 64 bit architecture, regenarete code using -DSWIGWORDSIZE64"
45+
# error "SWIG wrapped code invalid in 64 bit architecture, regenerate code using -DSWIGWORDSIZE64"
4646
#endif
4747
%}
4848
#endif
@@ -54,7 +54,7 @@
5454
#include <limits.h>
5555
#endif
5656
#if (__WORDSIZE == 32) || (LONG_MAX == INT_MAX)
57-
# error "SWIG wrapped code invalid in 32 bit architecture, regenarete code using -DSWIGWORDSIZE32"
57+
# error "SWIG wrapped code invalid in 32 bit architecture, regenerate code using -DSWIGWORDSIZE32"
5858
#endif
5959
%}
6060
#endif

0 commit comments

Comments
 (0)