[skip ci] fix typos

This commit is contained in:
wmayer
2023-01-06 18:16:50 +01:00
parent e4aa389cc4
commit f2908e251c
2 changed files with 4 additions and 4 deletions

View File

@@ -347,7 +347,7 @@ void Application::setupPythonTypes()
void Application::setupPythonException(PyObject* module)
{
// Define cusom Python exception types
// Define custom Python exception types
//
Base::PyExc_FC_GeneralError = PyErr_NewException("Base.FreeCADError", PyExc_RuntimeError, nullptr);
Py_INCREF(Base::PyExc_FC_GeneralError);