diff options
author | Philip Withnall <withnall@endlessm.com> | 2018-08-08 12:04:14 +0100 |
---|---|---|
committer | Philip Withnall <withnall@endlessm.com> | 2018-08-08 12:04:14 +0100 |
commit | 2a328159c714ccfc65ee60d89cf715807186584a (patch) | |
tree | 1b055a64216d66b949f6cc98d4cb132c529d3f62 /client | |
parent | 1aeff160cccc902a7f80cd54759429d8ea5c96b8 (diff) | |
download | dconf-2a328159c714ccfc65ee60d89cf715807186584a.tar.gz |
client: Fix a minor typo in some documentation
Signed-off-by: Philip Withnall <withnall@endlessm.com>
Diffstat (limited to 'client')
-rw-r--r-- | client/dconf-client.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/dconf-client.c b/client/dconf-client.c index 8669b4f..c315693 100644 --- a/client/dconf-client.c +++ b/client/dconf-client.c @@ -404,7 +404,7 @@ dconf_client_list_locks (DConfClient *client, * or an inability to connect to the bus and start the service) may * cause the write to fail. * - * Returns: %TRUE is @key is writable + * Returns: %TRUE if @key is writable **/ gboolean dconf_client_is_writable (DConfClient *client, |