summaryrefslogtreecommitdiff
path: root/ui/recent.c
diff options
context:
space:
mode:
authorBill Meier <wmeier@newsguy.com>2013-02-26 02:38:52 +0000
committerBill Meier <wmeier@newsguy.com>2013-02-26 02:38:52 +0000
commita6e56df8b683bb696655c331f64f22abc8f36af4 (patch)
treeb21cee2fefd1e6c9a65348c355761bdd776459f3 /ui/recent.c
parentb320eb3d971372d1293a5c072b2cb4b4e2300a0e (diff)
downloadwireshark-a6e56df8b683bb696655c331f64f22abc8f36af4.tar.gz
it's ==> its & its ==> it's as needed.
svn path=/trunk/; revision=47898
Diffstat (limited to 'ui/recent.c')
-rw-r--r--ui/recent.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/recent.c b/ui/recent.c
index d8af54b353..80860a60cf 100644
--- a/ui/recent.c
+++ b/ui/recent.c
@@ -157,7 +157,7 @@ write_recent_geom(gpointer key _U_, gpointer value, gpointer rf)
* the window name is the key, and the geometry struct is the value */
static GHashTable *window_geom_hash = NULL;
-/* save the window and it's current geometry into the geometry hashtable */
+/* save the window and its current geometry into the geometry hashtable */
void
window_geom_save(const gchar *name, window_geometry_t *geom)
{