(svn r19614) -Codechange: "it's" => "its" where appropriate
This commit is contained in:
@@ -154,7 +154,7 @@ public:
|
||||
static AIErrorType StringToError(StringID internal_string_id);
|
||||
|
||||
/**
|
||||
* Map an internal OpenTTD error message to it's NoAI equivalent.
|
||||
* Map an internal OpenTTD error message to its NoAI equivalent.
|
||||
* @note DO NOT INVOKE THIS METHOD YOURSELF! The calls are autogenerated.
|
||||
* @param internal_string_id The OpenTTD StringID used for an error.
|
||||
* @param ai_error_msg The NoAI equivalent error message.
|
||||
@@ -162,7 +162,7 @@ public:
|
||||
static void RegisterErrorMap(StringID internal_string_id, AIErrorType ai_error_msg);
|
||||
|
||||
/**
|
||||
* Map an internal OpenTTD error message to it's NoAI equivalent.
|
||||
* Map an internal OpenTTD error message to its NoAI equivalent.
|
||||
* @note DO NOT INVOKE THIS METHOD YOURSELF! The calls are autogenerated.
|
||||
* @param ai_error_msg The NoAI error message representation.
|
||||
* @param message The string representation of this error message, used for debug purposes.
|
||||
|
Reference in New Issue
Block a user