docs: Remove some extraneous words from g_settings_sync() documentation

Looks like the author started typing one thing, then changed their mind
about how to phrase the sentence, and typed something else.

Signed-off-by: Philip Withnall <philip@tecnocode.co.uk>
This commit is contained in:
Philip Withnall 2017-04-30 22:04:17 +01:00
parent d21fb0ed3c
commit 84134c64ed

View File

@ -2354,8 +2354,7 @@ g_settings_reset (GSettings *settings,
/**
* g_settings_sync:
*
* Ensures that all pending operations for the given are complete for
* the default backend.
* Ensures that all pending operations are complete for the default backend.
*
* Writes made to a #GSettings are handled asynchronously. For this
* reason, it is very unlikely that the changes have it to disk by the