lib/plist_find.c: typo in comment.
This commit is contained in:
parent
99f37f618a
commit
4494e0554d
@ -63,7 +63,7 @@ get_pkg_in_array(xbps_array_t array, const char *str, bool virtual)
|
||||
if (found)
|
||||
break;
|
||||
} else if (xbps_pkgpattern_version(str)) {
|
||||
/* ,atch by pattern against pkgver */
|
||||
/* match by pattern against pkgver */
|
||||
if (!xbps_dictionary_get_cstring_nocopy(obj,
|
||||
"pkgver", &pkgver))
|
||||
continue;
|
||||
|
Loading…
Reference in New Issue
Block a user