aboutsummaryrefslogtreecommitdiffstats
path: root/packet-smtp.c
diff options
context:
space:
mode:
authorRichard Sharpe <sharpe@ns.aus.com>2000-08-26 11:25:28 +0000
committerRichard Sharpe <sharpe@ns.aus.com>2000-08-26 11:25:28 +0000
commit1dfb66bc6719ae52cab1cd697ad2911e8a7c814a (patch)
treeea7c2e1d1d2a16c3b0fc4457304cb8dc4a7b5a1a /packet-smtp.c
parent4a3b77ba46fdb84a6104f732998b771b6664bb1e (diff)
Fix a minor spelling mistake ...
svn path=/trunk/; revision=2379
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)