1
0
mirror of https://github.com/OpenTTD/OpenTTD.git synced 2025-09-01 02:49:10 +00:00

(svn r19614) -Codechange: "it's" => "its" where appropriate

This commit is contained in:
smatz
2010-04-12 14:12:47 +00:00
parent 24a60b77ec
commit 0ef33548c2
33 changed files with 43 additions and 43 deletions

View File

@@ -129,7 +129,7 @@ public:
const char *GetAddressAsString(bool with_family = true);
/**
* Get the address in it's internal representation.
* Get the address in its internal representation.
* @return the address
*/
const sockaddr_storage *GetAddress();

View File

@@ -825,7 +825,7 @@ void ClientNetworkContentSocketHandler::UnselectAll()
}
}
/** Toggle the state of a content info and check it's dependencies */
/** Toggle the state of a content info and check its dependencies */
void ClientNetworkContentSocketHandler::ToggleSelectedState(const ContentInfo *ci)
{
switch (ci->state) {