aboutsummaryrefslogtreecommitdiff
path: root/bin/sh
diff options
context:
space:
mode:
authorEitan Adler <eadler@FreeBSD.org>2017-12-28 08:22:26 +0000
committerEitan Adler <eadler@FreeBSD.org>2017-12-28 08:22:26 +0000
commit6b35d82c342b1d49316ae43e7277fc8717a93288 (patch)
treec14f6eb410b0e70f2e3fe4533b64c4b3111e3c67 /bin/sh
parentee070097f273c6645513e175e24fe4a545a1ddbb (diff)
Notes
Diffstat (limited to 'bin/sh')
-rw-r--r--bin/sh/tests/builtins/var-assign.02
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/sh/tests/builtins/var-assign.0 b/bin/sh/tests/builtins/var-assign.0
index ace39c042d5f..efeb4bd130ac 100644
--- a/bin/sh/tests/builtins/var-assign.0
+++ b/bin/sh/tests/builtins/var-assign.0
@@ -47,7 +47,7 @@ do
${SH} -c "VAR=1; VAR=0 ${cmd}; exit \${VAR}" >/dev/null 2>&1
done
-# For other built-ins and utilites they do not.
+# For other built-ins and utilities they do not.
set -- ${UTILS}
for cmd in "$@"
do