summaryrefslogtreecommitdiffstats
path: root/contrib/paccache.sh.in
diff options
context:
space:
mode:
authorJason St. John <jstjohn@purdue.edu>2013-11-15 05:06:24 +0100
committerAllan McRae <allan@archlinux.org>2013-12-15 11:09:37 +0100
commit9749fb033c8794e8ac4b931678659aa2b79ae1b1 (patch)
tree471e00ba3b510d323d8358b3054dbc90fda13e76 /contrib/paccache.sh.in
parentae2c9bba5a0de58454814c5fa438cf1db52707ae (diff)
downloadpacman-9749fb033c8794e8ac4b931678659aa2b79ae1b1.tar.gz
pacman-9749fb033c8794e8ac4b931678659aa2b79ae1b1.tar.xz
Fix misspellings and some grammar issues in output of some pacman contrib scripts
Affected files: -- contrib/bacman.sh.in -- contrib/paccache.sh.in -- contrib/pacdiff.sh.in -- contrib/rankmirrors.sh.in Signed-off-by: Jason St. John <jstjohn@purdue.edu> Signed-off-by: Allan McRae <allan@archlinux.org>
Diffstat (limited to 'contrib/paccache.sh.in')
-rw-r--r--contrib/paccache.sh.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/paccache.sh.in b/contrib/paccache.sh.in
index 885193f1..7c844bb7 100644
--- a/contrib/paccache.sh.in
+++ b/contrib/paccache.sh.in
@@ -147,7 +147,7 @@ summarize() {
fi
printf '\n' >&2
- msg "$output (diskspace saved: %s)" "$(size_to_human "$totalsaved")"
+ msg "$output (disk space saved: %s)" "$(size_to_human "$totalsaved")"
}
usage() {
@@ -269,7 +269,7 @@ esac
die "cachedir '%s' does not exist or is not a directory" "$cachedir"
[[ $movedir && ! -d $movedir ]] &&
- die "move-to directory '%s' does not exist or is not a directory" "$movedir"
+ die "destination directory '%s' does not exist or is not a directory" "$movedir"
if (( move || delete )); then
# make it an absolute path since we're about to chdir