[gtk+] Fix some more typos
- From: Matthias Clasen <matthiasc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk+] Fix some more typos
- Date: Sat, 25 Dec 2010 05:29:40 +0000 (UTC)
commit 5bc0cf1a1970ceeb0a009a6ebe3b0d16c9e14aa7
Author: Matthias Clasen <mclasen redhat com>
Date: Sat Dec 25 00:29:23 2010 -0500
Fix some more typos
gdk/gdk.c | 4 ++--
gdk/gdkdisplaymanager.c | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/gdk/gdk.c b/gdk/gdk.c
index e7c7a0c..9bf97e5 100644
--- a/gdk/gdk.c
+++ b/gdk/gdk.c
@@ -986,9 +986,9 @@ gdk_threads_add_timeout (guint interval,
* @interval: the time between calls to the function, in seconds
* @function: function to call
* @data: data to pass to @function
- * @notify: (allow-none): function to call when the timeout is removed, or %NULL
+ * @notify: (allow-none): function to call when the timeout is removed, or %NULL
*
- * A variant of gdk_threads_add_timout_full() with second-granularity.
+ * A variant of gdk_threads_add_timeout_full() with second-granularity.
* See g_timeout_add_seconds_full() for a discussion of why it is
* a good idea to use this function if you don't need finer granularity.
*
diff --git a/gdk/gdkdisplaymanager.c b/gdk/gdkdisplaymanager.c
index 9903490..c9c5d3c 100644
--- a/gdk/gdkdisplaymanager.c
+++ b/gdk/gdkdisplaymanager.c
@@ -170,7 +170,7 @@ gdk_display_manager_get_property (GObject *object,
* backends).
*
* Returns: (transfer none): The global #GdkDisplayManager singleton;
- * gdk_parse_pargs(), gdk_init(), or gdk_init_check() must have
+ * gdk_parse_args(), gdk_init(), or gdk_init_check() must have
* been called first.
*
* Since: 2.2
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]