Fix various typos

This commit is contained in:
luzpaz
2023-11-30 12:51:10 +00:00
committed by wwmayer
parent d529193f75
commit faef0c6f27
7 changed files with 7 additions and 7 deletions

View File

@@ -547,7 +547,7 @@ PyObject* Application::sGetDocument(PyObject * /*self*/, PyObject *args)
return pcDoc->getPyObject();
}
PyErr_SetString(PyExc_TypeError, "Either string or App.Document exprected");
PyErr_SetString(PyExc_TypeError, "Either string or App.Document expected");
return nullptr;
}