[gnome-bluetooth] trivial: fix typos in comment



commit b20e9bb4854d69aff6dec19c845c2c74f4179ebf
Author: Daniele Forsi <dforsi src gnome org>
Date:   Sun May 20 15:20:53 2012 +0200

    trivial: fix typos in comment

 lib/bluetooth-filter-widget.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/lib/bluetooth-filter-widget.c b/lib/bluetooth-filter-widget.c
index 1554403..2f2da14 100644
--- a/lib/bluetooth-filter-widget.c
+++ b/lib/bluetooth-filter-widget.c
@@ -178,10 +178,10 @@ bluetooth_filter_widget_bind_chooser_single (BluetoothFilterWidget *self,
 					     BluetoothChooser *chooser,
 					     const char *property)
 {
-	/* NOTE: We are binding the chooser as the source so that all of it's
+	/* NOTE: We are binding the chooser as the source so that all of its
 	 * properties are pushed to the filter.
 	 * The bindings will be automatically removed when one of the
-	 * objects go away */
+	 * objects goes away */
 	g_object_bind_property ((gpointer) chooser, property,
 				(gpointer) self, property,
 				G_BINDING_BIDIRECTIONAL);



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]