[arch-projects] [devtools] [PATCH 1/9] arch-nspawn: Fix a grammar mistake (a/an) in an error message.
Luke Shumaker
LukeShu at sbcglobal.net
Sat May 10 22:22:03 EDT 2014
---
arch-nspawn.in | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/arch-nspawn.in b/arch-nspawn.in
index 4436a0e..15db2e9 100644
--- a/arch-nspawn.in
+++ b/arch-nspawn.in
@@ -84,7 +84,7 @@ umask 0022
# Sanity check
if [[ ! -f "$working_dir/.arch-chroot" ]]; then
- die "'%s' does not appear to be a Arch chroot." "$working_dir"
+ die "'%s' does not appear to be an Arch chroot." "$working_dir"
elif [[ $(cat "$working_dir/.arch-chroot") != $CHROOT_VERSION ]]; then
die "chroot '%s' is not at version %s. Please rebuild." "$working_dir" "$CHROOT_VERSION"
fi
--
1.9.2
More information about the arch-projects
mailing list