mirror of
https://github.com/VCMP-SqMod/SqMod.git
synced 2025-02-21 12:17:12 +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, "");
|
_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
|
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
|
bool IsExecuted() const
|
||||||
{
|
{
|
||||||
|
@ -96,8 +96,8 @@ static uint8_t OnServerInitialise(void)
|
|||||||
if (Core::Get().Execute())
|
if (Core::Get().Execute())
|
||||||
{
|
{
|
||||||
Core::Get().EmitServerStartup();
|
Core::Get().EmitServerStartup();
|
||||||
// Add a notification to let the user know the plugin was loaded
|
// Add a notification to let the user know the plug-in was loaded
|
||||||
LogScs("The Squirrel plugin was loaded successfully");
|
LogScs("The Squirrel plug-in was loaded successfully");
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
@ -631,7 +631,7 @@ enum EntityType
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
/* ------------------------------------------------------------------------------------------------
|
/* ------------------------------------------------------------------------------------------------
|
||||||
* PLUGIN OPTIONS
|
* PLUG-IN OPTIONS
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#define SQMOD_STACK_SIZE 2048
|
#define SQMOD_STACK_SIZE 2048
|
||||||
|
Loading…
x
Reference in New Issue
Block a user