Skip to content

Commit d5c97f1

Browse files
authored
Typo
1 parent 68c8406 commit d5c97f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Plugin/src/SofaPython3/PythonEnvironment.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ void PythonEnvironment::Init()
168168

169169
if ( !Py_IsInitialized() )
170170
{
171-
msg_info("SofaPython3") << "Intializing python";
171+
msg_info("SofaPython3") << "Initializing python";
172172
py::initialize_interpreter();
173173
// the first gil aquisition should happen right after the python interpreter
174174
// is initialized.

0 commit comments

Comments
 (0)