am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
$(ACLOCAL_M4)
mkinstalldirs = $(install_sh) -d
+--- mathgl-1.11.orig/lang/numpy.i
++++ mathgl-1.11/lang/numpy.i
+@@ -111,7 +111,7 @@
+ if (PyModule_Check( py_obj)) return "module" ;
+ if (PyInstance_Check(py_obj)) return "instance" ;
+
+- return "unkown type";
++ return "unknown type";
+ }
+
+ /* Given a NumPy typecode, return a string describing the type.
--- mathgl-1.11.orig/lang/Makefile.in
+++ mathgl-1.11/lang/Makefile.in
@@ -45,7 +45,11 @@ DIST_COMMON = $(am__dist_octave_DATA_DIS