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

@@ -827,7 +827,7 @@ g_sequence_search (GSequence *seq,
/**
* g_sequence_lookup:
* @seq: a #GSequence
* @data: data to lookup
* @data: data to look up
* @cmp_func: the function used to compare items in the sequence
* @cmp_data: user data passed to @cmp_func
*
@@ -1115,7 +1115,7 @@ g_sequence_search_iter (GSequence *seq,
/**
* g_sequence_lookup_iter:
* @seq: a #GSequence
* @data: data to lookup
* @data: data to look up
* @iter_cmp: the function used to compare iterators in the sequence
* @cmp_data: user data passed to @iter_cmp
*