summaryrefslogtreecommitdiff
path: root/tests/defs
diff options
context:
space:
mode:
authorStefano Lattarini <stefano.lattarini@gmail.com>2011-08-17 10:54:51 +0200
committerStefano Lattarini <stefano.lattarini@gmail.com>2011-08-17 10:54:51 +0200
commitfa03ed7900f304fca5eb5e277a4f70b01dbd73b7 (patch)
treefa72353f0d7ceb8f084f966b595a342397832df2 /tests/defs
parent66dc614311f2010c6346a66a41dff14c1c0a8a65 (diff)
downloadautomake-fa03ed7900f304fca5eb5e277a4f70b01dbd73b7.tar.gz
test defs: fix typo in comments
* tests/defs (get_shell_script): Fix typo in the function description.
Diffstat (limited to 'tests/defs')
-rw-r--r--tests/defs2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/defs b/tests/defs
index ac9797c2e..87c9c8200 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.