Cleanup: spelling

This commit is contained in:
2014-09-29 15:51:47 +10:00
parent 5b027bd6dd
commit cbe68f70a8
5 changed files with 11 additions and 11 deletions

View File

@@ -420,7 +420,7 @@ static void python_script_error_jump_text(struct Text *text)
typedef struct {
PyObject_HEAD
PyObject *md_dict;
/* ommit other values, we only want the dict. */
/* omit other values, we only want the dict. */
} PyModuleObject;
#endif