1
0
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:
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, "");
}
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
{
@ -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
{

View File

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

View File

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