Radish alpha
H
rad:z3QDZAW2FAfuLvihrhiyDC9fAD8G9
HardenedBSD Package Manager
Radicle
Git
Grammar fix
Matthew Seaman committed 12 years ago
commit e7262e0cf82908e2d86febfabbb3e72b538c3f6c
parent 0d2e634
1 file changed +2 -2
modified libpkg/pkg_elf.c
@@ -575,7 +575,7 @@ pkg_get_myarch(char *dest, size_t sz)

	if (scn == NULL) {
		ret = EPKG_FATAL;
-
		pkg_emit_error("fail to get the note section");
+
		pkg_emit_error("failed to get the note section");
		goto cleanup;
	}

@@ -590,7 +590,7 @@ pkg_get_myarch(char *dest, size_t sz)
	}
	if ((uintptr_t)src >= ((uintptr_t)data->d_buf + data->d_size)) {
		ret = EPKG_FATAL;
-
		pkg_emit_error("fail to find the version elf note");
+
		pkg_emit_error("failed to find the version elf note");
		goto cleanup;
	}
	osname = src;