[glib] Exterminate 'the the'
- From: Matthias Clasen <matthiasc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [glib] Exterminate 'the the'
- Date: Sun, 19 Aug 2012 06:26:55 +0000 (UTC)
commit e27367f341e56bd951ea4b6fb42ef23cd0598c65
Author: Matthias Clasen <mclasen redhat com>
Date: Sat Aug 18 23:15:58 2012 -0400
Exterminate 'the the'
gio/gdbusprivate.c | 2 +-
gio/gioenums.h | 2 +-
gio/gproxyaddress.c | 2 +-
gio/gzlibcompressor.c | 2 +-
glib/gmain.c | 14 +++++++-------
glib/gmarkup.c | 2 +-
glib/gspawn.h | 2 +-
gobject/gvalue.h | 6 +++---
8 files changed, 16 insertions(+), 16 deletions(-)
---
diff --git a/gio/gdbusprivate.c b/gio/gdbusprivate.c
index 9b09294..a3cf9d4 100644
--- a/gio/gdbusprivate.c
+++ b/gio/gdbusprivate.c
@@ -1731,7 +1731,7 @@ _g_dbus_worker_stop (GDBusWorker *worker)
*/
_g_dbus_worker_close (worker, NULL, NULL);
- /* _g_dbus_worker_close holds a ref until after an idle in the the worker
+ /* _g_dbus_worker_close holds a ref until after an idle in the worker
* thread has run, so we no longer need to unref in an idle like in
* commit 322e25b535
*/
diff --git a/gio/gioenums.h b/gio/gioenums.h
index fa7ae55..b370623 100644
--- a/gio/gioenums.h
+++ b/gio/gioenums.h
@@ -881,7 +881,7 @@ typedef enum
/**
* GBusNameOwnerFlags:
* @G_BUS_NAME_OWNER_FLAGS_NONE: No flags set.
- * @G_BUS_NAME_OWNER_FLAGS_ALLOW_REPLACEMENT: Allow another message bus connection to claim the the name.
+ * @G_BUS_NAME_OWNER_FLAGS_ALLOW_REPLACEMENT: Allow another message bus connection to claim the name.
* @G_BUS_NAME_OWNER_FLAGS_REPLACE: If another message bus connection owns the name and have
* specified #G_BUS_NAME_OWNER_FLAGS_ALLOW_REPLACEMENT, then take the name from the other connection.
*
diff --git a/gio/gproxyaddress.c b/gio/gproxyaddress.c
index 7796d8b..4b995dc 100644
--- a/gio/gproxyaddress.c
+++ b/gio/gproxyaddress.c
@@ -291,7 +291,7 @@ g_proxy_address_init (GProxyAddress *proxy)
* @inetaddr: The proxy server #GInetAddress.
* @port: The proxy server port.
* @protocol: The proxy protocol to support, in lower case (e.g. socks, http).
- * @dest_hostname: The destination hostname the the proxy should tunnel to.
+ * @dest_hostname: The destination hostname the proxy should tunnel to.
* @dest_port: The destination port to tunnel to.
* @username: (allow-none): The username to authenticate to the proxy server
* (or %NULL).
diff --git a/gio/gzlibcompressor.c b/gio/gzlibcompressor.c
index 3c54753..51092e8 100644
--- a/gio/gzlibcompressor.c
+++ b/gio/gzlibcompressor.c
@@ -253,7 +253,7 @@ g_zlib_compressor_class_init (GZlibCompressorClass *klass)
*
* If set to a non-%NULL #GFileInfo object, and #GZlibCompressor:format is
* %G_ZLIB_COMPRESSOR_FORMAT_GZIP, the compressor will write the file name
- * and modification time from the file info to the the GZIP header.
+ * and modification time from the file info to the GZIP header.
*
* Since: 2.26
*/
diff --git a/glib/gmain.c b/glib/gmain.c
index ae815fe..603dd3f 100644
--- a/glib/gmain.c
+++ b/glib/gmain.c
@@ -3315,20 +3315,20 @@ g_main_context_pending (GMainContext *context)
* g_main_context_iteration:
* @context: (allow-none): a #GMainContext (if %NULL, the default context will be used)
* @may_block: whether the call may block.
- *
+ *
* Runs a single iteration for the given main loop. This involves
* checking to see if any event sources are ready to be processed,
* then if no events sources are ready and @may_block is %TRUE, waiting
* for a source to become ready, then dispatching the highest priority
- * events sources that are ready. Otherwise, if @may_block is %FALSE
- * sources are not waited to become ready, only those highest priority
- * events sources will be dispatched (if any), that are ready at this
+ * events sources that are ready. Otherwise, if @may_block is %FALSE
+ * sources are not waited to become ready, only those highest priority
+ * events sources will be dispatched (if any), that are ready at this
* given moment without further waiting.
*
- * Note that even when @may_block is %TRUE, it is still possible for
- * g_main_context_iteration() to return %FALSE, since the the wait may
+ * Note that even when @may_block is %TRUE, it is still possible for
+ * g_main_context_iteration() to return %FALSE, since the wait may
* be interrupted for other reasons than an event source becoming ready.
- *
+ *
* Return value: %TRUE if events were dispatched.
**/
gboolean
diff --git a/glib/gmarkup.c b/glib/gmarkup.c
index 86e60bb..1bb041b 100644
--- a/glib/gmarkup.c
+++ b/glib/gmarkup.c
@@ -2341,7 +2341,7 @@ g_markup_vprintf_escaped (const gchar *format,
* then use the normal g_strdup_vprintf() to format the arguments
* with the two new format strings. By comparing the results,
* we can figure out what segments of the output come from
- * the the original format string, and what from the arguments,
+ * the original format string, and what from the arguments,
* and thus know what portions of the string to escape.
*
* For instance, for:
diff --git a/glib/gspawn.h b/glib/gspawn.h
index 4036fa6..1120d81 100644
--- a/glib/gspawn.h
+++ b/glib/gspawn.h
@@ -100,7 +100,7 @@ typedef enum
* G_SPAWN_EXIT_ERROR:
*
* Error domain used by g_spawn_check_exit_status(). The code
- * will be the the program exit code.
+ * will be the program exit code.
*/
#define G_SPAWN_EXIT_ERROR g_spawn_exit_error_quark ()
diff --git a/gobject/gvalue.h b/gobject/gvalue.h
index 5708682..7bebfb1 100644
--- a/gobject/gvalue.h
+++ b/gobject/gvalue.h
@@ -53,7 +53,7 @@ G_BEGIN_DECLS
/**
* G_VALUE_TYPE:
* @value: A #GValue structure.
- *
+ *
* Get the type identifier of @value.
*
* Returns: the #GType.
@@ -63,7 +63,7 @@ G_BEGIN_DECLS
* G_VALUE_TYPE_NAME:
* @value: A #GValue structure.
*
- * Gets the the type name of @value.
+ * Gets the type name of @value.
*
* Returns: the type name.
*/
@@ -72,7 +72,7 @@ G_BEGIN_DECLS
* G_VALUE_HOLDS:
* @value: A #GValue structure.
* @type: A #GType value.
- *
+ *
* Checks if @value holds (or contains) a value of @type.
* This macro will also check for @value != %NULL and issue a
* warning if the check fails.
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]