girepository: Fix a typo in a code comment

Signed-off-by: Philip Withnall <pwithnall@gnome.org>
This commit is contained in:
Philip Withnall 2024-05-02 14:36:36 +01:00
parent 1ed2cf63ed
commit e0533125d3
No known key found for this signature in database
GPG Key ID: DCDF5885B1F3ED73

View File

@ -1015,7 +1015,7 @@ gi_repository_find_by_gtype (GIRepository *repository,
if (entry == NULL)
entry = find_by_gtype (repository->lazy_typelibs, &data, TRUE);
/* Not ever class library necessarily specifies a correct c_prefix,
/* Not every class library necessarily specifies a correct c_prefix,
* so take a second pass. This time we will try a global lookup,
* ignoring prefixes.
* See http://bugzilla.gnome.org/show_bug.cgi?id=564016