mirror of
https://github.com/VCMP-SqMod/SqMod.git
synced 2024-11-08 00:37:15 +01:00
Fix various spelling mistakes.
This commit is contained in:
parent
fbb7dc9f75
commit
9a0973bbc6
@ -458,7 +458,7 @@ void Core::Terminate(bool shutdown)
|
||||
_Func->SendPluginCommand(SQMOD_RELEASED_CMD, "");
|
||||
}
|
||||
|
||||
LogDbg("Squirrel plug---in was successfully terminated");
|
||||
LogDbg("Squirrel plug-in was successfully terminated");
|
||||
}
|
||||
|
||||
// ------------------------------------------------------------------------------------------------
|
||||
|
@ -620,7 +620,7 @@ public:
|
||||
}
|
||||
|
||||
/* --------------------------------------------------------------------------------------------
|
||||
* See whether debugging option was enabled in the plugin.
|
||||
* See whether debugging option was enabled in the plug-in.
|
||||
*/
|
||||
bool IsDebugging() const
|
||||
{
|
||||
@ -628,7 +628,7 @@ public:
|
||||
}
|
||||
|
||||
/* --------------------------------------------------------------------------------------------
|
||||
* See whether all queued scripts were executed and the plugin fully started.
|
||||
* See whether all queued scripts were executed and the plug-in fully started.
|
||||
*/
|
||||
bool IsExecuted() const
|
||||
{
|
||||
|
@ -96,8 +96,8 @@ static uint8_t OnServerInitialise(void)
|
||||
if (Core::Get().Execute())
|
||||
{
|
||||
Core::Get().EmitServerStartup();
|
||||
// Add a notification to let the user know the plugin was loaded
|
||||
LogScs("The Squirrel plugin was loaded successfully");
|
||||
// Add a notification to let the user know the plug-in was loaded
|
||||
LogScs("The Squirrel plug-in was loaded successfully");
|
||||
}
|
||||
else
|
||||
{
|
||||
|
@ -631,7 +631,7 @@ enum EntityType
|
||||
*/
|
||||
|
||||
/* ------------------------------------------------------------------------------------------------
|
||||
* PLUGIN OPTIONS
|
||||
* PLUG-IN OPTIONS
|
||||
*/
|
||||
|
||||
#define SQMOD_STACK_SIZE 2048
|
||||
|
Loading…
Reference in New Issue
Block a user