summaryrefslogtreecommitdiff
path: root/epan/dissectors/packet-quakeworld.c
diff options
context:
space:
mode:
Diffstat (limited to 'epan/dissectors/packet-quakeworld.c')
-rw-r--r--epan/dissectors/packet-quakeworld.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-quakeworld.c b/epan/dissectors/packet-quakeworld.c
index d6a775564a..5045e0a009 100644
--- a/epan/dissectors/packet-quakeworld.c
+++ b/epan/dissectors/packet-quakeworld.c
@@ -209,7 +209,7 @@ Cmd_TokenizeString(const char* text)
}
if (*text == '\n') {
- /* a newline seperates commands in the buffer */
+ /* a newline separates commands in the buffer */
text++;
break;
}