Radish alpha
H
rad:z3QDZAW2FAfuLvihrhiyDC9fAD8G9
HardenedBSD Package Manager
Radicle
Git
Fix typo
Baptiste Daroussin committed 14 years ago
commit 7842acf5d322ee08dfa1b66635aa36e68394bdc3
parent da8a46f
2 files changed +2 -2
modified pkg/install.c
@@ -122,7 +122,7 @@ exec_install(int argc, char **argv)
		if (!quiet) {
			print_jobs_summary(jobs, PKG_JOBS_INSTALL,
			    "An upgrade of pkg as been found it needs to be installed first.\n"
-
			    "After this upgrade it is recommanded that you do a full upgrade using:\n"
+
			    "After this upgrade it is recommended that you do a full upgrade using:\n"
			    " pkg upgrade\n\n");
			if (!yes)
				pkg_config_bool(PKG_CONFIG_ASSUME_ALWAYS_YES, &yes);
modified pkg/upgrade.c
@@ -105,7 +105,7 @@ exec_upgrade(int argc, char **argv)
		if (!quiet) {
			print_jobs_summary(jobs, PKG_JOBS_INSTALL,
			    "An upgrade of pkg as been found it needs to be installed first.\n"
-
			    "After this upgrade it is recommanded that you do a full upgrade using:\n"
+
			    "After this upgrade it is recommended that you do a full upgrade using:\n"
			    " pkg upgrade\n\n");
			if (!yes)
				pkg_config_bool(PKG_CONFIG_ASSUME_ALWAYS_YES, &yes);