]> git.ipfire.org Git - thirdparty/automake.git/commitdiff
Fix typo in manual.
authorRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Sun, 25 Apr 2010 15:19:54 +0000 (17:19 +0200)
committerRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Sun, 25 Apr 2010 15:47:24 +0000 (17:47 +0200)
* doc/automake.texi (Simple Tests using parallel-tests): Add
missing closing parenthesis.

Signed-off-by: Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
ChangeLog
doc/automake.texi

index 601e8574e8aaeefc77a5b00f91fbf6e856f39416..0a67491b75c09e0d1e66b3fe547edc1fc7fb70c3 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
 2010-04-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
 
+       Fix typo in manual.
+       * doc/automake.texi (Simple Tests using parallel-tests): Add
+       missing closing parenthesis.
+
        Fix leftover call to removed function macros_dump.
        * automake.in (read_main_am_file): Call variables_dump, not
        macros_dump.  Print actual error before list of variables.
index c945d4493e2e53372613ed2b89fa3f32d783cced..f2b030caf8313185bc4adb84b480a808193a837d 100644 (file)
@@ -8664,7 +8664,7 @@ set of converted log files.  The log and HTML files are removed upon
 @vindex DISABLE_HARD_ERRORS
 @cindex Exit status 99, special interpretation
 @cindex hard error
-Even in the presence of expected failures (see @code{XFAIL_TESTS}, there
+Even in the presence of expected failures (see @code{XFAIL_TESTS}), there
 may be conditions under which a test outcome needs attention.  For
 example, with test-driven development, you may write tests for features
 that you have not implemented yet, and thus mark these tests as expected