diff options
author | alberth <alberth@openttd.org> | 2010-08-15 14:06:43 +0000 |
---|---|---|
committer | alberth <alberth@openttd.org> | 2010-08-15 14:06:43 +0000 |
commit | 35fec79700a961ccd9f3d13bc068edccc63dc6a5 (patch) | |
tree | 89db9e984c5c6100fcaa55ee36f29fd6027132dc /src/network/core | |
parent | 15514baf8b19c87c559361798c8d7705f2b3edf0 (diff) | |
download | openttd-35fec79700a961ccd9f3d13bc068edccc63dc6a5.tar.xz |
(svn r20499) -Doc: Spelling fixes, and one doxygen comment addition.
Diffstat (limited to 'src/network/core')
-rw-r--r-- | src/network/core/tcp_content.h | 2 |
1 files changed, 1 insertions, 1 deletions
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: |