docs: Use ‘look up’ as a verb, rather than the noun ‘lookup’

Another niggle fixed.

Signed-off-by: Philip Withnall <withnall@endlessm.com>
This commit is contained in:
Philip Withnall 2019-04-26 12:12:31 +01:00
parent 0b562298fd
commit 38de3e9dc3
21 changed files with 54 additions and 54 deletions

View File

@ -52,7 +52,7 @@ g_proxy_default_init (GProxyInterface *iface)
* g_proxy_get_default_for_protocol: * g_proxy_get_default_for_protocol:
* @protocol: the proxy protocol name (e.g. http, socks, etc) * @protocol: the proxy protocol name (e.g. http, socks, etc)
* *
* Lookup "gio-proxy" extension point for a proxy implementation that supports * Find the `gio-proxy` extension point for a proxy implementation that supports
* specified protocol. * specified protocol.
* *
* Returns: (transfer full): return a #GProxy or NULL if protocol * Returns: (transfer full): return a #GProxy or NULL if protocol

View File

@ -498,7 +498,7 @@ g_settings_get_mapping (GValue *value,
return TRUE; return TRUE;
} }
g_warning ("Unable to lookup enum nick '%s' via GType", nick); g_warning ("Unable to look up enum nick %s via GType", nick);
return FALSE; return FALSE;
} }
} }