Radish alpha
H
HardenedBSD Package Manager
Radicle
Git (anonymous pull)
Log in to clone via SSH
Fix grammar
Bryan Drewery committed 12 years ago
commit 73996e583b954b057c9ff48e67419bb593e44a4f
parent a385cc85a0d94c00f2b5da4b04105960ec823798
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;
			}