summaryrefslogtreecommitdiff
path: root/src/network/core/tcp_content.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/network/core/tcp_content.h')
-rw-r--r--src/network/core/tcp_content.h2
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: