Fix a minor spelling mistake ...
authorsharpe <sharpe@f5534014-38df-0310-8fa8-9805f1628bb7>
Sat, 26 Aug 2000 11:25:28 +0000 (11:25 +0000)
committersharpe <sharpe@f5534014-38df-0310-8fa8-9805f1628bb7>
Sat, 26 Aug 2000 11:25:28 +0000 (11:25 +0000)
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@2379 f5534014-38df-0310-8fa8-9805f1628bb7

packet-smtp.c

index 07538033f48a31e5487e8406897b3a1b95c8cd4d..4500b46553a61b7d9e25b13139b7f6e7e96b5b70 100644 (file)
@@ -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)