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

@@ -39,7 +39,7 @@ G_BEGIN_DECLS
/**
* GVfsFileLookupFunc:
* @vfs: a #GVfs
* @identifier: the identifier to lookup a #GFile for. This can either
* @identifier: the identifier to look up a #GFile for. This can either
* be an URI or a parse name as returned by g_file_get_parse_name()
* @user_data: user data passed to the function
*