[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[automake-commit] branch master updated: doc: typo in tap-driver.sh.
From: |
Karl Berry |
Subject: |
[automake-commit] branch master updated: doc: typo in tap-driver.sh. |
Date: |
Wed, 20 Dec 2023 17:12:44 -0500 |
This is an automated email from the git hooks/post-receive script.
karl pushed a commit to branch master
in repository automake.
View the commit online:
https://git.savannah.gnu.org/gitweb/?p=automake.git;a=commitdiff;h=90ef11892dfb3e5bb0438fd6df8249ddc187ce4a
The following commit(s) were added to refs/heads/master by this push:
new 90ef11892 doc: typo in tap-driver.sh.
90ef11892 is described below
commit 90ef11892dfb3e5bb0438fd6df8249ddc187ce4a
Author: Dave Hart <davehart@gmail.com>
AuthorDate: Wed Dec 20 14:12:34 2023 -0800
doc: typo in tap-driver.sh.
* lib/tap-driver.sh: to not too.
---
lib/tap-driver.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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);
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [automake-commit] branch master updated: doc: typo in tap-driver.sh.,
Karl Berry <=