[Libreoffice-commits] core.git: pyuno/source
Julien Nabet
serval2412 at yahoo.fr
Sat Jun 13 16:16:56 PDT 2015
pyuno/source/module/pyuno_callable.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit ad84b40b084cb6c6c129c687303fb863b8b3f746
Author: Julien Nabet <serval2412 at yahoo.fr>
Date: Sun Jun 14 01:15:14 2015 +0200
Typo: pyhton->python
Change-Id: I16d99991b8b88753c593a5a1ab9e32a8e0264514
diff --git a/pyuno/source/module/pyuno_callable.cxx b/pyuno/source/module/pyuno_callable.cxx
index 6a96369..3e47361 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 ) )
More information about the Libreoffice-commits
mailing list