diff options
author | Julien Nabet <serval2412@yahoo.fr> | 2015-06-14 01:15:14 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2015-06-14 01:15:14 +0200 |
commit | ad84b40b084cb6c6c129c687303fb863b8b3f746 (patch) | |
tree | 5a2f8c23f5a71956101125cce300fa70e403952f /pyuno | |
parent | 278e0083e9ece037581713994423a169357ef2ae (diff) |
Typo: pyhton->python
Change-Id: I16d99991b8b88753c593a5a1ab9e32a8e0264514
Diffstat (limited to 'pyuno')
-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 ) ) |