Exterminate 'the the'

This commit is contained in:
Matthias Clasen 2012-08-18 23:15:58 -04:00
parent 96ed9e41f4
commit e27367f341
8 changed files with 16 additions and 16 deletions

View File

@ -1731,7 +1731,7 @@ _g_dbus_worker_stop (GDBusWorker *worker)
*/ */
_g_dbus_worker_close (worker, NULL, NULL); _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 * thread has run, so we no longer need to unref in an idle like in
* commit 322e25b535 * commit 322e25b535
*/ */

View File

@ -881,7 +881,7 @@ typedef enum
/** /**
* GBusNameOwnerFlags: * GBusNameOwnerFlags:
* @G_BUS_NAME_OWNER_FLAGS_NONE: No flags set. * @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 * @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. * specified #G_BUS_NAME_OWNER_FLAGS_ALLOW_REPLACEMENT, then take the name from the other connection.
* *

View File

@ -291,7 +291,7 @@ g_proxy_address_init (GProxyAddress *proxy)
* @inetaddr: The proxy server #GInetAddress. * @inetaddr: The proxy server #GInetAddress.
* @port: The proxy server port. * @port: The proxy server port.
* @protocol: The proxy protocol to support, in lower case (e.g. socks, http). * @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. * @dest_port: The destination port to tunnel to.
* @username: (allow-none): The username to authenticate to the proxy server * @username: (allow-none): The username to authenticate to the proxy server
* (or %NULL). * (or %NULL).

View File

@ -253,7 +253,7 @@ g_zlib_compressor_class_init (GZlibCompressorClass *klass)
* *
* If set to a non-%NULL #GFileInfo object, and #GZlibCompressor:format is * If set to a non-%NULL #GFileInfo object, and #GZlibCompressor:format is
* %G_ZLIB_COMPRESSOR_FORMAT_GZIP, the compressor will write the file name * %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 * Since: 2.26
*/ */

View File

@ -3326,7 +3326,7 @@ g_main_context_pending (GMainContext *context)
* given moment without further waiting. * given moment without further waiting.
* *
* Note that even when @may_block is %TRUE, it is still possible for * 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 * g_main_context_iteration() to return %FALSE, since the wait may
* be interrupted for other reasons than an event source becoming ready. * be interrupted for other reasons than an event source becoming ready.
* *
* Return value: %TRUE if events were dispatched. * Return value: %TRUE if events were dispatched.

View File

@ -2341,7 +2341,7 @@ g_markup_vprintf_escaped (const gchar *format,
* then use the normal g_strdup_vprintf() to format the arguments * then use the normal g_strdup_vprintf() to format the arguments
* with the two new format strings. By comparing the results, * with the two new format strings. By comparing the results,
* we can figure out what segments of the output come from * 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. * and thus know what portions of the string to escape.
* *
* For instance, for: * For instance, for:

View File

@ -100,7 +100,7 @@ typedef enum
* G_SPAWN_EXIT_ERROR: * G_SPAWN_EXIT_ERROR:
* *
* Error domain used by g_spawn_check_exit_status(). The code * 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 () #define G_SPAWN_EXIT_ERROR g_spawn_exit_error_quark ()

View File

@ -63,7 +63,7 @@ G_BEGIN_DECLS
* G_VALUE_TYPE_NAME: * G_VALUE_TYPE_NAME:
* @value: A #GValue structure. * @value: A #GValue structure.
* *
* Gets the the type name of @value. * Gets the type name of @value.
* *
* Returns: the type name. * Returns: the type name.
*/ */