Radish alpha
H
rad:z3QDZAW2FAfuLvihrhiyDC9fAD8G9
HardenedBSD Package Manager
Radicle
Git
Fix grammar
Bryan Drewery committed 12 years ago
commit 73996e583b954b057c9ff48e67419bb593e44a4f
parent a385cc8
1 file changed +2 -2
modified libpkg/update.c
@@ -387,8 +387,8 @@ repo_archive_extract_file(int fd, const char *file, const char *dest, struct pkg
			sha256_buf(s->cert, s->certlen, hash);
			HASH_FIND_STR(revoked, hash, f);
			if (f != NULL) {
-
				pkg_emit_error("At least one of the certificate has been "
-
				    "revoked");
+
				pkg_emit_error("At least one of the "
+
				    " certificates has been revoked");
				rc = EPKG_FATAL;
				goto cleanup;
			}