Radish alpha
H
rad:z3QDZAW2FAfuLvihrhiyDC9fAD8G9
HardenedBSD Package Manager
Radicle
Git
Fix a typo
Marin Atanasov Nikolov committed 14 years ago
commit 65d2daa16012e4a2e0befd8f4e375b52025be111
parent 0ccdb21
2 files changed +2 -2
modified pkg/install.c
@@ -113,7 +113,7 @@ exec_install(int argc, char **argv)
		printf("\nthe installation will require %s more space\n", size);
	}
	humanize_number(size, sizeof(size), dlsize, "B", HN_AUTOSCALE, 0);
-
	printf("%s to be download_ed\n", size);
+
	printf("%s to be downloaded\n", size);
 
	if (yes == 0)
		yes = query_yesno("\nProceed with installing packages [y/N]: ");
modified pkg/upgrade.c
@@ -103,7 +103,7 @@ exec_upgrade(int argc, char **argv)
		printf("\nthe upgrade will require %s more space\n", size);
	}
	humanize_number(size, sizeof(size), dlsize, "B", HN_AUTOSCALE, 0);
-
	printf("%s to be download_ed\n", size);
+
	printf("%s to be downloaded\n", size);

	if (yes == 0)
		yes = query_yesno("\nProceed with upgrading packages [y/N]: ");