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:
@@ -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();
|
||||
|
@@ -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) {
|
||||
|
Reference in New Issue
Block a user