From 35fec79700a961ccd9f3d13bc068edccc63dc6a5 Mon Sep 17 00:00:00 2001 From: alberth Date: Sun, 15 Aug 2010 14:06:43 +0000 Subject: (svn r20499) -Doc: Spelling fixes, and one doxygen comment addition. --- src/network/core/tcp_content.h | 2 +- src/network/network_content.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'src/network') diff --git a/src/network/core/tcp_content.h b/src/network/core/tcp_content.h index 24b87f16f..24f9f648b 100644 --- a/src/network/core/tcp_content.h +++ b/src/network/core/tcp_content.h @@ -191,7 +191,7 @@ protected: * Handle the given packet, i.e. pass it to the right * parser receive command. * @param p the packet to handle - * @return true if we should immediatelly handle further packets, false otherwise + * @return true if we should immediately handle further packets, false otherwise */ bool HandlePacket(Packet *p); public: diff --git a/src/network/network_content.cpp b/src/network/network_content.cpp index d10353bfd..95d0966c8 100644 --- a/src/network/network_content.cpp +++ b/src/network/network_content.cpp @@ -988,7 +988,7 @@ void ClientNetworkContentSocketHandler::CheckDependencyState(ContentInfo *ci) /* Nothing depends on us, mark the whole graph as unselected. * After that's done run over them once again to test their children - * to unselect. Don't do it immediatelly because it'll do exactly what + * to unselect. Don't do it immediately because it'll do exactly what * we're doing now. */ for (ConstContentIterator iter = parents.Begin(); iter != parents.End(); iter++) { const ContentInfo *c = *iter; -- cgit v1.2.3-54-g00ecf