* tests/defs (get_shell_script): Fix typo in the function description. --- ChangeLog | 6 ++++++ tests/defs | 2 +- 2 files changed, 7 insertions(+), 1 deletions(-)
diff --git a/ChangeLog b/ChangeLog index 3477d61..eeb8374 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2011-08-17 Stefano Lattarini <stefano.lattar...@gmail.com> + + test defs: fix typo in comments + * tests/defs (get_shell_script): Fix typo in the function + description. + 2011-08-14 Stefano Lattarini <stefano.lattar...@gmail.com> coverage: missing tap plan and non-zero exit status diff --git a/tests/defs b/tests/defs index ac9797c..87c9c82 100644 --- a/tests/defs +++ b/tests/defs @@ -454,7 +454,7 @@ sed_unindent_prog="" # Avoid interferences from the environment. # get_shell_script SCRIPT-NAME # ----------------------------- -# Fetch an Automake-provided test script from the `lib/' directory into +# Fetch an Automake-provided shell script from the `lib/' directory into # the current directory, and, if the `$test_prefer_config_shell' variable # is set to "yes", modify its shebang line to use $SHELL instead of # /bin/sh. -- 1.7.2.3