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/subobj11b.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/subobj11b.sh')
-rwxr-xr-x | t/subobj11b.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/t/subobj11b.sh b/t/subobj11b.sh index b1495b08b..6d539c2c3 100755 --- a/t/subobj11b.sh +++ b/t/subobj11b.sh @@ -23,8 +23,8 @@ # (even if the file 'foo.mk' exists). The error disappear by collapsing # the repeated slash '/' characters into a single one. # -# See also "semantic" sister test 'subobj11a.test', and related test -# 'subobj11c.test'. +# See also "semantic" sister test 'subobj11a.sh', and related test +# 'subobj11c.sh'. . ./defs || exit 1 |