diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2011-02-06 20:02:15 +0100 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2011-02-06 20:02:15 +0100 |
commit | b8ab4b038803df195eee9844c3597dd640c00393 (patch) | |
tree | ab5bfe7b9fb4424b3e439dfa091d2b3edb5d1762 /testsuite | |
parent | aef441cb4d567da5575c498141b21eb38dc3fdaf (diff) | |
download | busybox-b8ab4b038803df195eee9844c3597dd640c00393.tar.gz |
typo fix
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'testsuite')
-rwxr-xr-x | testsuite/tar.tests | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/tar.tests b/testsuite/tar.tests index 824d6d54e..472064f7f 100755 --- a/testsuite/tar.tests +++ b/testsuite/tar.tests @@ -154,7 +154,7 @@ dr-xr-x--- input_dir SKIP= } -# Had a bug where on extrace autodetect first "switched off" -z +# Had a bug where on extract autodetect first "switched off" -z # and then failed to recognize .tgz extension testing "tar extract tgz" "\ dd count=1 bs=1M if=/dev/zero of=F0 2>/dev/null |