summaryrefslogtreecommitdiff
path: root/src/ai/api/ai_gamesettings.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/ai/api/ai_gamesettings.hpp')
-rw-r--r--src/ai/api/ai_gamesettings.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ai/api/ai_gamesettings.hpp b/src/ai/api/ai_gamesettings.hpp
index 17f3c7847..4be80c40c 100644
--- a/src/ai/api/ai_gamesettings.hpp
+++ b/src/ai/api/ai_gamesettings.hpp
@@ -44,7 +44,7 @@ public:
* @param setting The setting to check for existence.
* @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 it's name.
+ * changed its name.
* @note Results achieved in the past offer no gurantee for the future.
* @return True if and only if the setting is valid.
*/
@@ -57,7 +57,7 @@ public:
* @warning Results of this function are not governed by the API. This means
* 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 it's name/characteristics.
+ * has changed its name/characteristics.
* @note Results achieved in the past offer no gurantee for the future.
* @return The value for the setting.
*/