mirror of
https://github.com/VCMP-SqMod/SqMod.git
synced 2025-01-19 03:57:14 +01:00
Minor spelling mistakes in core class.
This commit is contained in:
parent
6a31e9ee58
commit
24eddb8051
@ -309,7 +309,7 @@ bool Core::Execute()
|
||||
catch (const Sqrat::Exception & e)
|
||||
{
|
||||
LogFtl("Unable to compile: %s", s.mPath.c_str());
|
||||
// Failed to executed properly
|
||||
// Failed to execute properly
|
||||
return false;
|
||||
}
|
||||
// Attempt to execute the compiled script code
|
||||
@ -320,7 +320,7 @@ bool Core::Execute()
|
||||
catch (const Sqrat::Exception & e)
|
||||
{
|
||||
LogFtl("Unable to execute: %s", s.mPath.c_str());
|
||||
// Failed to executed properly
|
||||
// Failed to execute properly
|
||||
return false;
|
||||
}
|
||||
// At this point the script should be completely loaded
|
||||
|
Loading…
x
Reference in New Issue
Block a user