Radish alpha
H
rad:z3QDZAW2FAfuLvihrhiyDC9fAD8G9
HardenedBSD Package Manager
Radicle
Git
pkg_add: fix another typo in comment
Baptiste Daroussin committed 11 months ago
commit 96ea63290301d62f1ad38276fe8c449ac89e0815
parent c94fefb
1 file changed +1 -1
modified libpkg/pkg_add.c
@@ -1084,7 +1084,7 @@ pkg_extract_finalize(struct pkg *pkg, tempdirs_t *tempdirs)
bool
append_pkg_if_newer(pkgs_t *localpkgs, struct pkg *p)
{
-
	/* only keep the highest version if we fine one */
+
	/* only keep the highest version if we find one */
	struct pkg **lp = pkgs_insert_sorted(localpkgs, p);
	if (lp != NULL) {
		if (pkg_version_cmp((*lp)->version, p->version) == -1) {