Fix spelling

This commit is contained in:
Shahram Najm 2015-01-01 16:43:45 +00:00
parent 9a8c1de576
commit c7c1a2818d
2 changed files with 2 additions and 2 deletions

View File

@ -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.

View File

@ -3301,7 +3301,7 @@ int grib_get_double_ndelements(int* gid, char* key, int* ipin_index, int ipin_in
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.