prefs: fix typo

Change-Id: Ic4dbbab5e53b5745cb703e6e30b2dc6251c3918e
Reviewed-on: https://code.wireshark.org/review/6161
Reviewed-by: Michael Mann <mmann78@netscape.net>
This commit is contained in:
Alexis La Goutte 2014-12-31 12:29:12 +01:00 committed by Michael Mann
parent c34c2a61d0
commit 60d7413efe
1 changed files with 1 additions and 1 deletions

View File

@ -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