Skip to content
Snippets Groups Projects
Commit a5400c26 authored by Jonathan Guinet's avatar Jonathan Guinet
Browse files

STYLE: comment change.

parent 0a04d1a2
No related branches found
No related tags found
No related merge requests found
......@@ -268,7 +268,7 @@ CommandLineLauncher::LoadApplication()
return;
}
// Instanciate the application usingt the factory
// Instantiate the application using the factory
m_Application = ApplicationRegistry::CreateApplication(moduleName);
if (m_Application.IsNull())
......@@ -357,7 +357,7 @@ CommandLineLauncher::LoadParameters()
}
}
// If the param is optionnal and hasn't been set : don't do anything
// If the param is optional and hasn't been set : don't do anything
// If the param is mandatory but a default value exists : don't do anything
if( paramExists )
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment