1
0
mirror of https://github.com/VCMP-SqMod/SqMod.git synced 2025-07-03 07:27:11 +02: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

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