From 0ef33548c20ae9cf73a6e9e850b17137b1453dd3 Mon Sep 17 00:00:00 2001 From: smatz Date: Mon, 12 Apr 2010 14:12:47 +0000 Subject: (svn r19614) -Codechange: "it's" => "its" where appropriate --- src/network/network_content.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/network/network_content.cpp') 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) { -- cgit v1.2.3-54-g00ecf