aboutsummaryrefslogtreecommitdiffstats
path: root/prefs.c
diff options
context:
space:
mode:
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2003-08-26 05:56:43 +0000
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2003-08-26 05:56:43 +0000
commit047f5878ed4e1dbf535b540a39a5c087cf9cf28b (patch)
tree18271d4c4494aa360ce9e7c49a3c77a97120a6b6 /prefs.c
parentfcaa613f9bdbb9906e896c545d25feadd552eb10 (diff)
Fix a typo.
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@8267 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'prefs.c')
-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)