aboutsummaryrefslogtreecommitdiffstats
path: root/packet-ldp.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2002-01-20 23:25:55 +0000
committerGuy Harris <guy@alum.mit.edu>2002-01-20 23:25:55 +0000
commita45d3d3bfeedde961725d452c7a8f447d958c4bc (patch)
tree7c587ce6b3a27f4f68accdd766edef74563fcc1d /packet-ldp.c
parentb11f1955e4408e47dcc7b01605e3754852cca3ba (diff)
Fix some problems in protocol preferences blurbs.
svn path=/trunk/; revision=4582
Diffstat (limited to 'packet-ldp.c')
-rw-r--r--packet-ldp.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/packet-ldp.c b/packet-ldp.c
index 73ccfae28a..e2df72f20b 100644
--- a/packet-ldp.c
+++ b/packet-ldp.c
@@ -1,7 +1,7 @@
/* packet-ldp.c
* Routines for LDP (RFC 3036) packet disassembly
*
- * $Id: packet-ldp.c,v 1.24 2002/01/20 22:12:26 guy Exp $
+ * $Id: packet-ldp.c,v 1.25 2002/01/20 23:25:54 guy Exp $
*
* Copyright (c) November 2000 by Richard Sharpe <rsharpe@ns.aus.com>
*
@@ -867,12 +867,12 @@ proto_register_ldp(void)
ldp_module = prefs_register_protocol(proto_ldp, proto_reg_handoff_ldp);
prefs_register_uint_preference(ldp_module, "tcp.port", "LDP TCP Port",
- "Set the port for messages (if other"
+ "Set the TCP port for messages (if other"
" than the default of 646)",
10, &global_ldp_tcp_port);
prefs_register_uint_preference(ldp_module, "udp.port", "LDP UDP Port",
- "Set the port for messages (if other"
+ "Set the UDP port for messages (if other"
" than the default of 646)",
10, &global_ldp_udp_port);