aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2001-06-05 23:40:34 +0000
committerGuy Harris <guy@alum.mit.edu>2001-06-05 23:40:34 +0000
commit4d99343d8b72336355a843ccff17865386419205 (patch)
tree954916e8569b3fcba48d2e1110af01d51c1580e0
parenta4aec4051ddbfb2e6d61894d252dad8056a5de7f (diff)
Fix a typo.
svn path=/trunk/; revision=3518
-rw-r--r--packet-smb.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/packet-smb.c b/packet-smb.c
index 07c69c78d7..4708daa3df 100644
--- a/packet-smb.c
+++ b/packet-smb.c
@@ -2,7 +2,7 @@
* Routines for smb packet dissection
* Copyright 1999, Richard Sharpe <rsharpe@ns.aus.com>
*
- * $Id: packet-smb.c,v 1.82 2001/05/20 22:26:14 guy Exp $
+ * $Id: packet-smb.c,v 1.83 2001/06/05 23:40:34 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@zing.org>
@@ -2687,7 +2687,7 @@ dissect_ssetup_andx_smb(const u_char *pd, int offset, frame_data *fd, proto_tree
if (tree) {
proto_tree_add_text(tree, NullTVB, offset, 1, "AndXCommand: %s",
- (AndXCommand == 0xFF ? "No futher commands" : decode_smb_name(AndXCommand)));
+ (AndXCommand == 0xFF ? "No further commands" : decode_smb_name(AndXCommand)));
}