summaryrefslogtreecommitdiffstats
path: root/pyuno
diff options
context:
space:
mode:
authorJulien Nabet <serval2412@yahoo.fr>2015-06-14 01:15:14 +0200
committerJulien Nabet <serval2412@yahoo.fr>2015-06-14 01:15:14 +0200
commitad84b40b084cb6c6c129c687303fb863b8b3f746 (patch)
tree5a2f8c23f5a71956101125cce300fa70e403952f /pyuno
parentIt's E_BEFORECLOSE not E_CLOSING (diff)
downloadcore-ad84b40b084cb6c6c129c687303fb863b8b3f746.tar.gz
core-ad84b40b084cb6c6c129c687303fb863b8b3f746.zip
Typo: pyhton->python
Change-Id: I16d99991b8b88753c593a5a1ab9e32a8e0264514
Diffstat (limited to 'pyuno')
-rw-r--r--pyuno/source/module/pyuno_callable.cxx2
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 ) )