aboutsummaryrefslogtreecommitdiffstats
path: root/packet-udp.c
diff options
context:
space:
mode:
authorNathan Neulinger <nneul@umr.edu>2002-01-22 15:05:43 +0000
committerNathan Neulinger <nneul@umr.edu>2002-01-22 15:05:43 +0000
commit5a3591c6f859a67450d867c02982edbfeec7f663 (patch)
treeea071dc8a9cf4d746ea6b028d4c2b65f452a96c8 /packet-udp.c
parent582a998543d0792e648f95354b1b44109fc05236 (diff)
fix spelling error
svn path=/trunk/; revision=4596
Diffstat (limited to 'packet-udp.c')
-rw-r--r--packet-udp.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/packet-udp.c b/packet-udp.c
index 53fe97656c..aab65d01ad 100644
--- a/packet-udp.c
+++ b/packet-udp.c
@@ -1,7 +1,7 @@
/* packet-udp.c
* Routines for UDP packet disassembly
*
- * $Id: packet-udp.c,v 1.101 2002/01/21 07:36:44 guy Exp $
+ * $Id: packet-udp.c,v 1.102 2002/01/22 15:05:43 nneul Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -274,7 +274,7 @@ proto_register_udp(void)
/* Register configuration preferences */
udp_module = prefs_register_protocol(proto_udp, NULL);
prefs_register_bool_preference(udp_module, "udp_summary_in_tree",
- "Show UDP summary in protocol treee",
+ "Show UDP summary in protocol tree",
"Whether the UDP summary line should be shown in the protocol tree",
&udp_summary_in_tree);
}