Radish alpha
H
rad:z3QDZAW2FAfuLvihrhiyDC9fAD8G9
HardenedBSD Package Manager
Radicle
Git
Fix typo in error message
Joel Bodenmann committed 2 months ago
commit 55a58daf21bceab8c8fdafe7b8ffb230e9db9683
parent d4bb7fe
1 file changed +1 -1
modified libpkg/fetch_libcurl.c
@@ -363,7 +363,7 @@ curl_open(struct pkg_repo *repo, struct fetch_item *fi __unused)
		}
		repo->http = http_getmirrors(repo, cr);
		if (repo->http == NULL) {
-
			pkg_emit_error("No HTTP mirrors founds for the repo "
+
			pkg_emit_error("No HTTP mirrors found for the repo "
			    "'%s'", repo->name);
			repo->mirror_type = NOMIRROR;
		}