summaryrefslogtreecommitdiff
path: root/gio/gdbusnamewatching.c
diff options
context:
space:
mode:
authorДилян Палаузов <git-dpa@aegee.org>2019-08-23 21:45:16 +0000
committerДилян Палаузов <git-dpa@aegee.org>2019-08-24 19:14:05 +0000
commit512655aa124b03c38990ce28203348939910a0a5 (patch)
tree43df6bc301351ba1df8af3aab9c391dd5f9c6e32 /gio/gdbusnamewatching.c
parentc178c9734cede45fc162400551e16c753bf589bc (diff)
downloadglib-512655aa124b03c38990ce28203348939910a0a5.tar.gz
minor typos in the documentation (a/an)
Diffstat (limited to 'gio/gdbusnamewatching.c')
-rw-r--r--gio/gdbusnamewatching.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/gio/gdbusnamewatching.c b/gio/gdbusnamewatching.c
index dad8e75ec..3a97c50ee 100644
--- a/gio/gdbusnamewatching.c
+++ b/gio/gdbusnamewatching.c
@@ -553,7 +553,7 @@ connection_get_cb (GObject *source_object,
*
* Starts watching @name on the bus specified by @bus_type and calls
* @name_appeared_handler and @name_vanished_handler when the name is
- * known to have a owner respectively known to lose its
+ * known to have an owner respectively known to lose its
* owner. Callbacks will be invoked in the
* [thread-default main context][g-main-context-push-thread-default]
* of the thread you are calling this function from.
@@ -581,7 +581,7 @@ connection_get_cb (GObject *source_object,
* @name_appeared_handler and destroy them again (if any) in
* @name_vanished_handler.
*
- * Returns: An identifier (never 0) that an be used with
+ * Returns: An identifier (never 0) that can be used with
* g_bus_unwatch_name() to stop watching the name.
*
* Since: 2.26
@@ -643,7 +643,7 @@ g_bus_watch_name (GBusType bus_type,
* Like g_bus_watch_name() but takes a #GDBusConnection instead of a
* #GBusType.
*
- * Returns: An identifier (never 0) that an be used with
+ * Returns: An identifier (never 0) that can be used with
* g_bus_unwatch_name() to stop watching the name.
*
* Since: 2.26
@@ -793,7 +793,7 @@ bus_watch_name_free_func (gpointer user_data)
* Version of g_bus_watch_name() using closures instead of callbacks for
* easier binding in other languages.
*
- * Returns: An identifier (never 0) that an be used with
+ * Returns: An identifier (never 0) that can be used with
* g_bus_unwatch_name() to stop watching the name.
*
* Since: 2.26
@@ -827,7 +827,7 @@ g_bus_watch_name_with_closures (GBusType bus_type,
* Version of g_bus_watch_name_on_connection() using closures instead of callbacks for
* easier binding in other languages.
*
- * Returns: An identifier (never 0) that an be used with
+ * Returns: An identifier (never 0) that can be used with
* g_bus_unwatch_name() to stop watching the name.
*
* Since: 2.26