diff options
Diffstat (limited to 'ports-mgmt/pkg/files')
-rw-r--r-- | ports-mgmt/pkg/files/patch-pkg__upgrade.c | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/ports-mgmt/pkg/files/patch-pkg__upgrade.c b/ports-mgmt/pkg/files/patch-pkg__upgrade.c new file mode 100644 index 000000000000..862e27022b9b --- /dev/null +++ b/ports-mgmt/pkg/files/patch-pkg__upgrade.c @@ -0,0 +1,11 @@ +--- ./pkg/upgrade.c.orig 2013-09-25 07:37:38.657129024 -0500 ++++ ./pkg/upgrade.c 2013-09-25 07:37:52.227152887 -0500 +@@ -151,7 +151,7 @@ + + if (!quiet || dry_run) { + print_jobs_summary(jobs, +- "Uprgades have been requested for the following %d " ++ "Upgrades have been requested for the following %d " + "packages:\n\n", nbactions); + + if (!yes && !dry_run) |