news: fix typo
authorStefano Lattarini <stefano.lattarini@gmail.com>
Thu, 12 Apr 2012 11:19:22 +0000 (13:19 +0200)
committerStefano Lattarini <stefano.lattarini@gmail.com>
Thu, 12 Apr 2012 11:19:22 +0000 (13:19 +0200)
* NEWS (Changes to Automake-generated testsuite harnesses): It's
'perl', not 'per'.  Reported by Akim Demaille in a private mail.

Signed-off-by: Stefano Lattarini <stefano.lattarini@gmail.com>
NEWS

diff --git a/NEWS b/NEWS
index 5c654ff..2fbcfd1 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -144,7 +144,7 @@ New in 1.11c:
             $(SHELL) $$1; \
           fi; \
         }
-      LOG_COMPILER = run_with_per_or_shell
+      LOG_COMPILER = run_with_perl_or_shell
 
   - The package authors can now use customary testsuite drivers within
     the framework provided by the 'parallel-tests' testsuite harness.