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

@@ -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

View File

@@ -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:

View File

@@ -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 ()