diff --git a/pyuno/source/loader/pyuno_loader.cxx b/pyuno/source/loader/pyuno_loader.cxx index 3b5f5df7f531..ca3ad6768f64 100644 --- a/pyuno/source/loader/pyuno_loader.cxx +++ b/pyuno/source/loader/pyuno_loader.cxx @@ -270,7 +270,7 @@ pyuno_Loader_get_implementation( if (officecfg::Office::Common::Security::Scripting::DisablePythonRuntime::get(ctx)) return nullptr; - // tdf#114815 init python only once, via single-instace="true" in pythonloader.component + // tdf#114815 init python only once, via single-instance="true" in pythonloader.component pythonInit(); Reference< XInterface > ret;