aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-telnet.c
diff options
context:
space:
mode:
Diffstat (limited to 'epan/dissectors/packet-telnet.c')
-rw-r--r--epan/dissectors/packet-telnet.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-telnet.c b/epan/dissectors/packet-telnet.c
index 9a940b5f1f..7172413683 100644
--- a/epan/dissectors/packet-telnet.c
+++ b/epan/dissectors/packet-telnet.c
@@ -1099,7 +1099,7 @@ dissect_authentication_subopt(packet_info *pinfo, const char *optname _U_, tvbuf
switch(acmd){
case TN_AC_REPLY:
case TN_AC_IS:
- /* XXX here we shouldnt just assume it is krb5 */
+ /* XXX here we shouldn't just assume it is krb5 */
dissect_krb5_authentication_data(pinfo, tvb, offset, len, tree, acmd);
break;
case TN_AC_SEND: