From 9749fb033c8794e8ac4b931678659aa2b79ae1b1 Mon Sep 17 00:00:00 2001 From: "Jason St. John" Date: Thu, 14 Nov 2013 23:06:24 -0500 Subject: 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 Signed-off-by: Allan McRae --- contrib/bacman.sh.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'contrib/bacman.sh.in') diff --git a/contrib/bacman.sh.in b/contrib/bacman.sh.in index a20c5e7e..222b0f89 100644 --- a/contrib/bacman.sh.in +++ b/contrib/bacman.sh.in @@ -210,8 +210,8 @@ while read i; do # Workaround to bsdtar not reporting a missing file as an error if ! [[ -e $package_file || -L $package_file ]]; then error "unable to add $local_file to the package" - plain " If your user does not have permission to read this file then" - plain " you will need to run $myname as root" + plain " If your user does not have permission to read this file, then" + plain " you will need to run $myname as root." rm -rf "$work_dir" exit 1 fi -- cgit v1.2.3-24-g4f1b