]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
tests: typo fix
authorEric Blake <eblake@redhat.com>
Thu, 12 Aug 2021 18:05:42 +0000 (13:05 -0500)
committerEric Blake <eblake@redhat.com>
Thu, 12 Aug 2021 18:05:42 +0000 (13:05 -0500)
* tests/base.at: Fix typo.
Spotted by anonymous in https://savannah.gnu.org/support/?110526

tests/base.at

index 9d6debbeff25a80d6a50faf35a1d54f9796cd310..45a4f04c52c970adc6a1ebb6a1418ac33685d059 100644 (file)
@@ -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])