diff options
author | Stefano Lattarini <stefano.lattarini@gmail.com> | 2012-08-13 12:10:46 +0200 |
---|---|---|
committer | Stefano Lattarini <stefano.lattarini@gmail.com> | 2012-08-13 12:10:46 +0200 |
commit | cbc0fc858b4acbc7116fa52c955e2d73f65ffabd (patch) | |
tree | 07bef49f4026327a60e8cfce3383723d61f8c2a2 /t/java-compile-run-flat.sh | |
parent | 917d095981ecfc3cc09fff4f758fe46f1ee9a354 (diff) | |
download | automake-cbc0fc858b4acbc7116fa52c955e2d73f65ffabd.tar.gz |
cosmetics: fix typos and references in comments
* lib/am/check.am: Here.
* doc/automake.texi: And here.
* t/*.sh: And in several of these tests.
Signed-off-by: Stefano Lattarini <stefano.lattarini@gmail.com>
Diffstat (limited to 't/java-compile-run-flat.sh')
-rwxr-xr-x | t/java-compile-run-flat.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/java-compile-run-flat.sh b/t/java-compile-run-flat.sh index e0e8001a1..c04f4d997 100755 --- a/t/java-compile-run-flat.sh +++ b/t/java-compile-run-flat.sh @@ -19,7 +19,7 @@ # "UNIX-style" use case. # This test uses a "flat" setup for the source tree (i.e., everything in # the top-level directory), and forces the use of the old, non-parallel -# testsuite driver. The sister test 'java-compile-run-nested.test' do +# testsuite driver. The sister test 'java-compile-run-nested.sh' do # similar checks with a more usual, "nested" setup, and using the newer # 'parallel-tests' driver. |