summaryrefslogtreecommitdiffstats
path: root/scripts/repo-remove.sh.in
diff options
context:
space:
mode:
authorDan McGee <dan@archlinux.org>2008-01-14 06:26:31 +0100
committerDan McGee <dan@archlinux.org>2008-01-14 06:26:31 +0100
commitfd86c62db856cea7cdd8edac2e721543dd1ebf04 (patch)
treea08a32e74c92f15ff608ac71e47a5d33e2f74bc2 /scripts/repo-remove.sh.in
parentffff09412627f991e2d1f0bdfdf7ca13f3d589c0 (diff)
downloadpacman-fd86c62db856cea7cdd8edac2e721543dd1ebf04.tar.gz
pacman-fd86c62db856cea7cdd8edac2e721543dd1ebf04.tar.xz
Fix typos in code comments
Signed-off-by: Dan McGee <dan@archlinux.org>
Diffstat (limited to 'scripts/repo-remove.sh.in')
-rw-r--r--scripts/repo-remove.sh.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/repo-remove.sh.in b/scripts/repo-remove.sh.in
index 6335c00f..05bec390 100644
--- a/scripts/repo-remove.sh.in
+++ b/scripts/repo-remove.sh.in
@@ -132,7 +132,7 @@ gstmpdir=$(mktemp -d /tmp/repo-remove.XXXXXXXXXX) || (\
exit 1)
success=0
-# parse arguements
+# parse arguments
for arg in "$@"; do
if [ -z "$REPO_DB_FILE" ]; then
REPO_DB_FILE=$(readlink -f "$arg")
@@ -154,7 +154,7 @@ for arg in "$@"; do
fi
done
-# if all operations were a success, rezip database
+# if all operations were a success, re-zip database
if [ $success -eq 1 ]; then
msg "$(gettext "Creating updated database file '%s'...")" "$REPO_DB_FILE"
pushd "$gstmpdir" 2>&1 >/dev/null