summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorLuke Shumaker <LukeShu@sbcglobal.net>2013-09-22 17:55:29 -0400
committerLuke Shumaker <LukeShu@sbcglobal.net>2013-09-22 18:12:35 -0400
commit842eab9c67f0b6a45b5247da9a4cdb750431013d (patch)
treea7a7e65f6d4964c7205262a728920d5b23854f3d /src
parent23d9c48a8d8a400450191b2604c9d9b29016af6a (diff)
fix typo in usage text for librechroot
Diffstat (limited to 'src')
-rwxr-xr-xsrc/chroot-tools/librechroot2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/chroot-tools/librechroot b/src/chroot-tools/librechroot
index e5ca1f7..889ccc9 100755
--- a/src/chroot-tools/librechroot
+++ b/src/chroot-tools/librechroot
@@ -87,7 +87,7 @@ usage() {
unless the copy name is manually specified as an absolute path,
in which case, that path is used.'
echo
- prose 'The current settings for the above varibles are:'
+ prose 'The current settings for the above variables are:'
printf ' CHROOTDIR : %s\n' "${CHROOTDIR:-$(_ 'ERROR: NO SETTING')}"
printf ' CHROOT : %s\n' "${CHROOT:-$(_ 'ERROR: NO SETTING')}"
printf ' COPY : %s\n' "$COPY"