mirror of https://github.com/ecmwf/eccodes.git
Fix spelling
This commit is contained in:
parent
9a8c1de576
commit
c7c1a2818d
|
@ -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.
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue