Correct spelling in configuration files.

This commit is contained in:
Asher Baker 2015-10-30 12:26:11 +00:00
parent fc504737c5
commit 9bbcae1648
2 changed files with 2 additions and 2 deletions

View File

@ -93,7 +93,7 @@ sm_hide_slots 0
// Default: 1 // Default: 1
sm_chat_mode 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. // x seconds. Valid values are 0 (Disabled) to 1800 seconds.
// -- // --
// Requires: basetriggers.smx // Requires: basetriggers.smx

View File

@ -44,7 +44,7 @@
* but it does not evaluate to an actual command, it will be displayed * but it does not evaluate to an actual command, it will be displayed
* publicly. This setting allows you to suppress accidental typings. * 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" "SilentFailSuppress" "no"