Fix a whitespace typo in a comment. -- https://rrt.sc3d.org
From 4638ba5734a0969e644a84903cf2772047cd52b2 Mon Sep 17 00:00:00 2001 From: Reuben Thomas <r...@sc3d.org> Date: Fri, 18 Apr 2025 07:34:27 +0100 Subject: [PATCH] doc: fix 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.43.0