From: Reuben Thomas Date: Fri, 18 Apr 2025 21:20:05 +0000 (-0700) Subject: doc: fix whitespace typo in comment. X-Git-Tag: v1.18~12 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=60e0e0e1f1aa1c6174035c7269cb69db53ecc01e;p=thirdparty%2Fautomake.git doc: fix whitespace typo in comment. * lib/am/check.am: remove a spurious space after a hyphen. --- diff --git a/lib/am/check.am b/lib/am/check.am index 235cc45c5..357827a47 100644 --- a/lib/am/check.am +++ b/lib/am/check.am @@ -179,7 +179,7 @@ am__common_driver_flags = \ # To be inserted before the command running the test. Creates the # directory for the log if needed. Stores in $dir the directory # containing $f, in $tst the test, in $log the log. Executes the -# developer- defined test setup AM_TESTS_ENVIRONMENT (if any), and +# developer-defined test setup AM_TESTS_ENVIRONMENT (if any), and # passes TESTS_ENVIRONMENT. Set up options for the wrapper that # will run the test scripts (or their associated LOG_COMPILER, if # thy have one).