Skip to content

Commit

Permalink
fixed a comment typo
Browse files Browse the repository at this point in the history
  • Loading branch information
lynxlynxlynx committed Jan 29, 2013
1 parent 71f7d7c commit c436b5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gemrb/plugins/GUIScript/GUIScript.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -11089,7 +11089,7 @@ bool GUIScript::LoadScript(const char* filename)
return true;
}

/* Similar to RunFunction, but with parameters, and doesn't necessarily fails */
/* Similar to RunFunction, but with parameters, and doesn't necessarily fail */
PyObject *GUIScript::RunFunction(const char* moduleName, const char* functionName, PyObject* pArgs, bool report_error)
{
if (!Py_IsInitialized()) {
Expand Down

0 comments on commit c436b5d

Please sign in to comment.