aboutsummaryrefslogtreecommitdiffstats
path: root/packet-smtp.c
diff options
context:
space:
mode:
authorsharpe <sharpe@f5534014-38df-0310-8fa8-9805f1628bb7>2000-08-26 11:25:28 +0000
committersharpe <sharpe@f5534014-38df-0310-8fa8-9805f1628bb7>2000-08-26 11:25:28 +0000
commitacebf4d2b32d208efd2f030200b5f1fbdb4b923d (patch)
treeea7c2e1d1d2a16c3b0fc4457304cb8dc4a7b5a1a /packet-smtp.c
parent914e1418b90ea23985eb43b73fb578185627997d (diff)
Fix a minor spelling mistake ...
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@2379 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'packet-smtp.c')
-rw-r--r--packet-smtp.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/packet-smtp.c b/packet-smtp.c
index 07538033f4..4500b46553 100644
--- a/packet-smtp.c
+++ b/packet-smtp.c
@@ -1,7 +1,7 @@
/* packet-smtp.c
* Routines for SMTP packet disassembly
*
- * $Id: packet-smtp.c,v 1.4 2000/08/24 11:32:09 sharpe Exp $
+ * $Id: packet-smtp.c,v 1.5 2000/08/26 11:25:28 sharpe Exp $
*
* Copyright (c) 2000 by Richard Sharpe <rsharpe@ns.aus.com>
*
@@ -129,7 +129,7 @@ static void
smtp_init_protocol(void)
{
#if defined(DEBUG_SMTP_HASH)
- printf("Initializing SMB hashtable area\n");
+ printf("Initializing SMTP hashtable area\n");
#endif
if (smtp_request_hash)