typofix: in comments in 'maintainer/rename-tests'
authorStefano Lattarini <stefano.lattarini@gmail.com>
Wed, 19 Jun 2013 09:35:11 +0000 (11:35 +0200)
committerStefano Lattarini <stefano.lattarini@gmail.com>
Wed, 19 Jun 2013 10:10:40 +0000 (12:10 +0200)
Signed-off-by: Stefano Lattarini <stefano.lattarini@gmail.com>
maintainer/rename-tests

index 17105f5..aa14de5 100755 (executable)
@@ -58,7 +58,7 @@ exec 5>&-
 eval "$($AWK '{ printf ("git mv %s %s\n", $1, $2) }' <<<"$input")"
 
 # Adjust the list of tests (do this conditionally, since such a
-# list is not required nor used in Automake-NG.
+# list is not required nor used in Automake-NG).
 if test -f t/list-of-tests.mk; then
   $SED -e "$($AWK '{ printf ("s|^%s |%s |\n", $1, $2) }' <<<"$input")" \
        -i t/list-of-tests.mk