aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2003-08-26 05:56:43 +0000
committerGuy Harris <guy@alum.mit.edu>2003-08-26 05:56:43 +0000
commitcdd8b24d5c8d9e2cd685a2491d14d3fce7c13fc0 (patch)
tree18271d4c4494aa360ce9e7c49a3c77a97120a6b6
parentf7e30628672367a757016ef3b2bfd604bbc93c1b (diff)
Fix a typo.
svn path=/trunk/; revision=8267
-rw-r--r--prefs.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/prefs.c b/prefs.c
index b9b7edafd1..cddd2cd0f6 100644
--- a/prefs.c
+++ b/prefs.c
@@ -1,7 +1,7 @@
/* prefs.c
* Routines for handling preferences
*
- * $Id: prefs.c,v 1.104 2003/08/07 00:41:26 guy Exp $
+ * $Id: prefs.c,v 1.105 2003/08/26 05:56:43 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -1736,7 +1736,7 @@ set_pref(gchar *pref_name, gchar *value)
if (strcmp(dotp, "nlm_msg_res_matching") == 0)
pref = find_preference(module, "msg_res_matching");
} else if (strcmp(module->name, "ppp") == 0) {
- /* Handle old names for PP preferences. */
+ /* Handle old names for PPP preferences. */
if (strcmp(dotp, "ppp_fcs") == 0)
pref = find_preference(module, "fcs_type");
else if (strcmp(dotp, "ppp_vj") == 0)