aboutsummaryrefslogtreecommitdiffstats
path: root/ui/gtk/main.c
diff options
context:
space:
mode:
authorBill Meier <wmeier@newsguy.com>2013-02-25 23:35:13 +0000
committerBill Meier <wmeier@newsguy.com>2013-02-25 23:35:13 +0000
commit162817ad33208c00ed5c99618eff77ff44d6f277 (patch)
treef2e9c71afa6413f4fa63d66448cf19f811d5e212 /ui/gtk/main.c
parent0037adc30ef5c2566822f117df6158762afd10e6 (diff)
it's ==> its & its ==> it's as needed.
In a few cases: Fix spelling; Clean up whitespace and formatting style. svn path=/trunk/; revision=47889
Diffstat (limited to 'ui/gtk/main.c')
-rw-r--r--ui/gtk/main.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/ui/gtk/main.c b/ui/gtk/main.c
index 90e396f8f6..eca6c4bf19 100644
--- a/ui/gtk/main.c
+++ b/ui/gtk/main.c
@@ -402,7 +402,7 @@ selected_ptree_info_cb(GtkWidget *widget _U_, gpointer data _U_)
/* convert selected field to protocol abbreviation */
/* XXX - could this conversion be simplified? */
field_id = cfile.finfo_selected->hfinfo->id;
- /* if the selected field isn't a protocol, get it's parent */
+ /* if the selected field isn't a protocol, get its parent */
if(!proto_registrar_is_protocol(field_id)) {
field_id = proto_registrar_get_parent(cfile.finfo_selected->hfinfo->id);
}
@@ -480,7 +480,7 @@ selected_ptree_ref_cb(GtkWidget *widget _U_, gpointer data _U_)
/* convert selected field to protocol abbreviation */
/* XXX - could this conversion be simplified? */
field_id = cfile.finfo_selected->hfinfo->id;
- /* if the selected field isn't a protocol, get it's parent */
+ /* if the selected field isn't a protocol, get its parent */
if(!proto_registrar_is_protocol(field_id)) {
field_id = proto_registrar_get_parent(cfile.finfo_selected->hfinfo->id);
}
@@ -1347,7 +1347,7 @@ resolv_update_cb(gpointer data _U_)
}
-/* Set main_window_name and it's icon title to the capture filename */
+/* Set main_window_name and its icon title to the capture filename */
static void
set_display_filename(capture_file *cf)
{
@@ -1911,7 +1911,7 @@ main_capture_callback(gint event, capture_options *capture_opts, gpointer user_d
case(capture_cb_capture_stopping):
g_log(LOG_DOMAIN_MAIN, G_LOG_LEVEL_DEBUG, "Callback: capture stopping");
/* Beware: this state won't be called, if the capture child
- * closes the capturing on it's own! */
+ * closes the capturing on its own! */
#ifdef HAVE_GTKOSXAPPLICATION
theApp = g_object_new(GTKOSX_TYPE_APPLICATION, NULL);
gtkosx_application_set_dock_icon_pixbuf(theApp,gdk_pixbuf_new_from_xpm_data(wsicon64_xpm));