diff options
author | smatz <smatz@openttd.org> | 2010-04-12 14:12:47 +0000 |
---|---|---|
committer | smatz <smatz@openttd.org> | 2010-04-12 14:12:47 +0000 |
commit | 0ef33548c20ae9cf73a6e9e850b17137b1453dd3 (patch) | |
tree | 90774f16ecabdadb1786b8e79cf2fa7c0ddedb8f /src/network | |
parent | 24a60b77ece2fabd866d0a6f4e3ecda3f2d52ea2 (diff) | |
download | openttd-0ef33548c20ae9cf73a6e9e850b17137b1453dd3.tar.xz |
(svn r19614) -Codechange: "it's" => "its" where appropriate
Diffstat (limited to 'src/network')
-rw-r--r-- | src/network/core/address.h | 2 | ||||
-rw-r--r-- | src/network/network_content.cpp | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/network/core/address.h b/src/network/core/address.h index 6385c5d02..b20a28773 100644 --- a/src/network/core/address.h +++ b/src/network/core/address.h @@ -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(); diff --git a/src/network/network_content.cpp b/src/network/network_content.cpp index cf69e09fa..042f4596d 100644 --- a/src/network/network_content.cpp +++ b/src/network/network_content.cpp @@ -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) { |