Fix typo in pacman-optimize

Signed-off-by: Jason St. John <jstjohn@purdue.edu>
Signed-off-by: Allan McRae <allan@archlinux.org>
This commit is contained in:
Jason St. John 2013-11-08 00:49:05 -05:00 committed by Allan McRae
parent 230bd5c2fd
commit 1645dfd3d1
1 changed files with 1 additions and 1 deletions

View File

@ -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...")"