aboutsummaryrefslogtreecommitdiffstats
path: root/ui/gtk/dlg_utils.h
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/dlg_utils.h
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/dlg_utils.h')
-rw-r--r--ui/gtk/dlg_utils.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/gtk/dlg_utils.h b/ui/gtk/dlg_utils.h
index 618b6b2fce..a7df9d0557 100644
--- a/ui/gtk/dlg_utils.h
+++ b/ui/gtk/dlg_utils.h
@@ -104,7 +104,7 @@
extern GtkWidget *dlg_window_new(const gchar *title);
/** Create a configuration dialog box window that belongs to Wireshark's
- * main window and add the name of the current profile name to it's title bar
+ * main window and add the name of the current profile name to its title bar
* If you want to create a window, use window_new() instead.
* See window_new() for general window usage.
*