aboutsummaryrefslogtreecommitdiffstats
path: root/epan/prefs.c
diff options
context:
space:
mode:
authorBill Meier <wmeier@newsguy.com>2013-02-26 02:19:57 +0000
committerBill Meier <wmeier@newsguy.com>2013-02-26 02:19:57 +0000
commit24eff41b082e5d5d92ea6515db960e5fa85de02d (patch)
tree1e5a5c70a6f60f27d881a96710a638be81c8f801 /epan/prefs.c
parent722b4985f10d9464d062aceaf30bcc2be0c180f7 (diff)
it's ==> its & its ==> it's as needed.
svn path=/trunk/; revision=47896
Diffstat (limited to 'epan/prefs.c')
-rw-r--r--epan/prefs.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/epan/prefs.c b/epan/prefs.c
index 106185e50a..273f20fbeb 100644
--- a/epan/prefs.c
+++ b/epan/prefs.c
@@ -715,7 +715,7 @@ register_preference(module_t *module, const char *name, const char *title,
g_error("Preference %s has already been registered", name);
if ((type != PREF_OBSOLETE) &&
- /* Don't compare if its a subtree */
+ /* Don't compare if it's a subtree */
(module->name != NULL)) {
/*
* Make sure the preference name doesn't begin with the
@@ -4322,7 +4322,7 @@ write_pref(gpointer data, gpointer user_data)
if (pref->type != PREF_CUSTOM || pref->custom_cbs.type_name_cb() != NULL) {
/*
* The prefix will either be the module name or the parent
- * name if its a subtree
+ * name if it's a subtree
*/
const char *name_prefix = (arg->module->name != NULL) ? arg->module->name : arg->module->parent->name;
char *type_desc, *pref_text;
@@ -4442,7 +4442,7 @@ write_prefs(char **pf_path_return)
"# changed from their default value.\n", pf);
/*
- * For "backwards compatibility" the GUI module is written first as its
+ * For "backwards compatibility" the GUI module is written first as it's
* at the top of the file. This is followed by all modules that can't
* fit into the preferences read/write API. Finally the remaining modules
* are written in alphabetical order (including of course the protocol preferences)