aboutsummaryrefslogtreecommitdiffstats
path: root/epan/prefs.c
diff options
context:
space:
mode:
authorAlexis La Goutte <alexis.lagoutte@gmail.com>2014-12-31 12:29:12 +0100
committerMichael Mann <mmann78@netscape.net>2014-12-31 14:58:38 +0000
commit60d7413efe5491da24db237db1042ce65b655435 (patch)
tree3f53989857505e0f63b851608fa06249f4fe48e5 /epan/prefs.c
parentc34c2a61d09e92acea31a95a7c2440b20b43a0a2 (diff)
prefs: fix typo
Change-Id: Ic4dbbab5e53b5745cb703e6e30b2dc6251c3918e Reviewed-on: https://code.wireshark.org/review/6161 Reviewed-by: Michael Mann <mmann78@netscape.net>
Diffstat (limited to 'epan/prefs.c')
-rw-r--r--epan/prefs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/prefs.c b/epan/prefs.c
index 0c302168ea..2046b0864e 100644
--- a/epan/prefs.c
+++ b/epan/prefs.c
@@ -2720,7 +2720,7 @@ prefs_clear_string_list(GList *sl)
* If the string matches a "name" string in an entry, the value from that
* entry is returned.
*
- * Otherwise, if a string matches a "desctiption" string in an entry, the
+ * Otherwise, if a string matches a "description" string in an entry, the
* value from that entry is returned; we do that for backwards compatibility,
* as we used to have only a "name" string that was used both for command-line
* and configuration-file values and in the GUI (which meant either that