From 9bbcae1648786900220c54163f56a2e2fc82115c Mon Sep 17 00:00:00 2001 From: Asher Baker Date: Fri, 30 Oct 2015 12:26:11 +0000 Subject: [PATCH] Correct spelling in configuration files. --- configs/cfg/sourcemod.cfg | 2 +- configs/core.cfg | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/configs/cfg/sourcemod.cfg b/configs/cfg/sourcemod.cfg index c4f7d97e..043efccb 100644 --- a/configs/cfg/sourcemod.cfg +++ b/configs/cfg/sourcemod.cfg @@ -93,7 +93,7 @@ sm_hide_slots 0 // Default: 1 sm_chat_mode 1 -// Specifies whether or not "timeleft" will automaticly be triggered every +// Specifies whether or not "timeleft" will automatically be triggered every // x seconds. Valid values are 0 (Disabled) to 1800 seconds. // -- // Requires: basetriggers.smx diff --git a/configs/core.cfg b/configs/core.cfg index 54c01e2f..9dfef4ca 100644 --- a/configs/core.cfg +++ b/configs/core.cfg @@ -44,7 +44,7 @@ * but it does not evaluate to an actual command, it will be displayed * publicly. This setting allows you to suppress accidental typings. * - * The default value is "no". A value of "yes" will supress. + * The default value is "no". A value of "yes" will suppress. */ "SilentFailSuppress" "no"