1
0
mirror of https://github.com/VCMP-SqMod/SqMod.git synced 2025-06-30 22:17:13 +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

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