Radish alpha
H
HardenedBSD Package Manager
Radicle
Git (anonymous pull)
Log in to clone via SSH
spelling 'timestamp'
Matthew Seaman committed 13 years ago
commit 59d299f37542cecdfb738bd25fc4a047d0bbdef1
parent 4d3b2f1211d85c78cb00d6c88cf809499d6e2fcf
1 file changed +1 -1
modified libpkg/update.c
@@ -99,7 +99,7 @@ pkg_update(const char *name, const char *packagesite, bool force)
	else {
		if (stat(repofile, &st) != -1) {
			t = st.st_mtime;
-
			/* add 1 minute to the timestap because
+
			/* add 1 minute to the timestamp because
			 * repo.sqlite is always newer than repo.txz,
			 * 10 minutes should be enough
			 */