diff options
-rw-r--r-- | pyuno/source/module/pyuno_callable.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pyuno/source/module/pyuno_callable.cxx b/pyuno/source/module/pyuno_callable.cxx index 6a96369d1382..3e47361a927c 100644 --- a/pyuno/source/module/pyuno_callable.cxx +++ b/pyuno/source/module/pyuno_callable.cxx @@ -91,7 +91,7 @@ PyObject* PyUNO_callable_call( } { - PyThreadDetach antiguard; //pyhton free zone + PyThreadDetach antiguard; //python free zone // do some logging if desired ... if( isLog( cargo, LogLevel::CALL ) ) |