1
0
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:
Sandu Liviu Catalin 2016-08-24 00:27:22 +03:00
parent fbb7dc9f75
commit 9a0973bbc6
4 changed files with 6 additions and 6 deletions

View File

@ -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");
} }
// ------------------------------------------------------------------------------------------------ // ------------------------------------------------------------------------------------------------

View File

@ -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
{ {

View File

@ -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
{ {

View File

@ -631,7 +631,7 @@ enum EntityType
*/ */
/* ------------------------------------------------------------------------------------------------ /* ------------------------------------------------------------------------------------------------
* PLUGIN OPTIONS * PLUG-IN OPTIONS
*/ */
#define SQMOD_STACK_SIZE 2048 #define SQMOD_STACK_SIZE 2048