test defs: fix typo in comments
authorStefano Lattarini <stefano.lattarini@gmail.com>
Wed, 17 Aug 2011 08:54:51 +0000 (10:54 +0200)
committerStefano Lattarini <stefano.lattarini@gmail.com>
Wed, 17 Aug 2011 08:54:51 +0000 (10:54 +0200)
* tests/defs (get_shell_script): Fix typo in the function
description.

ChangeLog
tests/defs

index 3477d61..eeb8374 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2011-08-17  Stefano Lattarini  <stefano.lattarini@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.lattarini@gmail.com>
 
        coverage: missing tap plan and non-zero exit status
index ac9797c..87c9c82 100644 (file)
@@ -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.