From 4494e0554dd6ed4f88080f00987d26c7a7036c35 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Thu, 27 Jun 2013 16:26:19 +0200 Subject: [PATCH] lib/plist_find.c: typo in comment. --- lib/plist_find.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/plist_find.c b/lib/plist_find.c index 582ffc05..78e7740c 100644 --- a/lib/plist_find.c +++ b/lib/plist_find.c @@ -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;