We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 68c8406 commit d5c97f1Copy full SHA for d5c97f1
Plugin/src/SofaPython3/PythonEnvironment.cpp
@@ -168,7 +168,7 @@ void PythonEnvironment::Init()
168
169
if ( !Py_IsInitialized() )
170
{
171
- msg_info("SofaPython3") << "Intializing python";
+ msg_info("SofaPython3") << "Initializing python";
172
py::initialize_interpreter();
173
// the first gil aquisition should happen right after the python interpreter
174
// is initialized.
0 commit comments