From: Dave Hart Date: Wed, 20 Dec 2023 22:12:34 +0000 (-0800) Subject: doc: typo in tap-driver.sh. X-Git-Tag: v1.16.90~50 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=90ef11892dfb3e5bb0438fd6df8249ddc187ce4a;p=thirdparty%2Fautomake.git doc: typo in tap-driver.sh. * lib/tap-driver.sh: to not too. --- diff --git a/lib/tap-driver.sh b/lib/tap-driver.sh index c7db7643d..a17473560 100755 --- a/lib/tap-driver.sh +++ b/lib/tap-driver.sh @@ -592,7 +592,7 @@ while (1) bailout_message = bailout_message " " $0 testsuite_error(bailout_message) } - # Maybe we have too look for diagnostic comments too. + # Maybe we have to look for diagnostic comments too. else if (comments != 0) { comment = extract_tap_comment($0);