From 60e0e0e1f1aa1c6174035c7269cb69db53ecc01e Mon Sep 17 00:00:00 2001 From: Reuben Thomas Date: Fri, 18 Apr 2025 14:20:05 -0700 Subject: [PATCH] doc: fix whitespace typo in comment. * lib/am/check.am: remove a spurious space after a hyphen. --- lib/am/check.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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). -- 2.47.3