Radish alpha
H
HardenedBSD Package Manager
Radicle
Git (anonymous pull)
Log in to clone via SSH
Wording.
jlaffaye committed 15 years ago
commit 0e65efb63be4868b628c50324eeba4f01f5fcd76
parent d70e938ac0b3c4f8e43f4eaf9489645910e6cfeb
1 file changed +1 -1
modified libpkg/pkg_manifest.c
@@ -130,7 +130,7 @@ m_parse_flatsize(struct pkg *pkg, char *buf)

	/*
	 * Set errno to 0 to make sure that the error we will eventually catch
-
	 * later was setted bt strtoimax()
+
	 * later was set by strtoimax()
	 */
	errno = 0;
	size = strtoimax(buf, NULL, 10);