diff options
author | Luke Shumaker <LukeShu@sbcglobal.net> | 2013-10-26 12:58:08 -0400 |
---|---|---|
committer | Luke Shumaker <LukeShu@sbcglobal.net> | 2013-10-26 12:58:08 -0400 |
commit | 07748c56674bc40e9ef14dc1ebb15e81c3a7c2a7 (patch) | |
tree | 72a33f5ed8c04c113ca2cc6e3554fbd115616004 | |
parent | 345358c4deb71b7316b99fb025d39d5644249e17 (diff) | |
download | devtools32-07748c56674bc40e9ef14dc1ebb15e81c3a7c2a7.tar.xz |
arch-nspawn: fix grammar in error message: s/a Arch/an Arch/
-rw-r--r-- | arch-nspawn.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch-nspawn.in b/arch-nspawn.in index 7dcd8ca..94002f1 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 |