From: Eric Blake Date: Thu, 12 Aug 2021 18:05:42 +0000 (-0500) Subject: tests: typo fix X-Git-Tag: v2.72c~85 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=706847e2d0c280d81b5c57596d7be1e475c7f02f;p=thirdparty%2Fautoconf.git tests: typo fix * tests/base.at: Fix typo. Spotted by anonymous in https://savannah.gnu.org/support/?110526 --- diff --git a/tests/base.at b/tests/base.at index 9d6debbe..45a4f04c 100644 --- a/tests/base.at +++ b/tests/base.at @@ -1084,7 +1084,7 @@ mv config.status config-status-expected mv config.h config-h-expected # Run it again with stdin (fd 0) closed. -# There should be no change to the stdout or stderr output and thoe +# There should be no change to the stdout or stderr output and the # result of configuration should be the same. AT_CHECK_CONFIGURE([ 0<&- ], [], [stdout], [stderr])