summaryrefslogtreecommitdiff
path: root/src/script/api/script_gamesettings.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/script/api/script_gamesettings.hpp')
-rw-r--r--src/script/api/script_gamesettings.hpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/script/api/script_gamesettings.hpp b/src/script/api/script_gamesettings.hpp
index ad718f3ef..6f92ca758 100644
--- a/src/script/api/script_gamesettings.hpp
+++ b/src/script/api/script_gamesettings.hpp
@@ -43,7 +43,7 @@ public:
* @warning Results of this function are not governed by the API. This means
* that a setting that previously existed can be gone or has
* changed its name.
- * @note Results achieved in the past offer no gurantee for the future.
+ * @note Results achieved in the past offer no guarantee for the future.
* @return True if and only if the setting is valid.
*/
static bool IsValid(const char *setting);
@@ -56,7 +56,7 @@ public:
* that the value of settings may be out of the expected range. It
* also means that a setting that previously existed can be gone or
* has changed its name/characteristics.
- * @note Results achieved in the past offer no gurantee for the future.
+ * @note Results achieved in the past offer no guarantee for the future.
* @return The value for the setting.
*/
static int32 GetValue(const char *setting);
@@ -67,7 +67,7 @@ public:
* @param value The value to set the setting to.
* @pre IsValid(setting).
* @return True if the action succeeded.
- * @note Results achieved in the past offer no gurantee for the future.
+ * @note Results achieved in the past offer no guarantee for the future.
* @api -ai
*/
static bool SetValue(const char *setting, int value);