Radish alpha
H
rad:z3QDZAW2FAfuLvihrhiyDC9fAD8G9
HardenedBSD Package Manager
Radicle
Git
Fix typo
Baptiste Daroussin committed 10 years ago
commit 84f3ca67c0f5928f9717222685d69a48259f5741
parent 18070ea
1 file changed +1 -1
modified libpkg/pkg.c
@@ -1644,7 +1644,7 @@ pkg_recompute(struct pkgdb *db, struct pkg *pkg)
}

int
-
pkg_try_installed(struct pkgdb *db, const char *names,
+
pkg_try_installed(struct pkgdb *db, const char *name,
		struct pkg **pkg, unsigned flags) {
	struct pkgdb_it *it = NULL;
	int ret = EPKG_FATAL;