Signed-off-by: Jason St. John <[email protected]>
---
"cannot" is the preferred spelling. Only 1 instance of "can not" exists
in pacman.

Note: This is a resubmit based on Allan's feedback on the ML here:
https://mailman.archlinux.org/pipermail/pacman-dev/2013-October/018139.html


 scripts/pacman-optimize.sh.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/scripts/pacman-optimize.sh.in b/scripts/pacman-optimize.sh.in
index 498bd77..d13ce0e 100644
--- a/scripts/pacman-optimize.sh.in
+++ b/scripts/pacman-optimize.sh.in
@@ -122,7 +122,7 @@ fi
 touch "$lockfile"
 
 workdir=$(mktemp -d "${TMPDIR:-/tmp}/pacman-optimize.XXXXXXXXXX") ||
-       die_r "$(gettext "Can not create temp directory for database 
building.")\n" >&2
+       die_r "$(gettext "Cannot create temporary directory for database 
building.")\n" >&2
 
 # step 1: sum the old db
 msg "$(gettext "MD5sum'ing the old database...")"
-- 
1.8.4.2


Reply via email to