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

@@ -86,7 +86,7 @@
* To insert a key and value into a #GHashTable, use
* g_hash_table_insert().
*
* To lookup a value corresponding to a given key, use
* To look up a value corresponding to a given key, use
* g_hash_table_lookup() and g_hash_table_lookup_extended().
*
* g_hash_table_lookup_extended() can also be used to simply
@@ -428,7 +428,7 @@ g_hash_table_hash_to_index (GHashTable *hash_table, guint hash)
/*
* g_hash_table_lookup_node:
* @hash_table: our #GHashTable
* @key: the key to lookup against
* @key: the key to look up against
* @hash_return: key hash return location
*
* Performs a lookup in the hash table, preserving extra information