[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[automake-commit] branch master updated: doc: typos in tap-driver.sh.
From: |
Karl Berry |
Subject: |
[automake-commit] branch master updated: doc: typos in tap-driver.sh. |
Date: |
Sun, 19 Nov 2023 09:55:15 -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=4adfd131e2fef36f387bced95da100d816e6cd7b
The following commit(s) were added to refs/heads/master by this push:
new 4adfd131e doc: typos in tap-driver.sh.
4adfd131e is described below
commit 4adfd131e2fef36f387bced95da100d816e6cd7b
Author: Jakub Wilk <jwilk@jwilk.net>
AuthorDate: Sun Nov 19 06:55:04 2023 -0800
doc: typos in tap-driver.sh.
* lib/tap-driver.sh: fix typos.
---
lib/tap-driver.sh | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/lib/tap-driver.sh b/lib/tap-driver.sh
index 1f56d63a1..c7db7643d 100755
--- a/lib/tap-driver.sh
+++ b/lib/tap-driver.sh
@@ -463,7 +463,7 @@ function get_test_exit_message(status)
# shells, when a child process die due to signal number n, can leave
# in $? an exit status of 256+n instead of the more standard 128+n.
# Apparently, both behaviours are allowed by POSIX (2008), so be
- # prepared to handle them both. See also Austing Group report ID
+ # prepared to handle them both. See also Austin Group report ID
# 0000051 <http://www.austingroupbugs.net/view.php?id=51>
exit_details = sprintf(" (terminated by signal %d?)", status - 256)
else
@@ -592,7 +592,7 @@ while (1)
bailout_message = bailout_message " " $0
testsuite_error(bailout_message)
}
- # Maybe we have too look for dianogtic comments too.
+ # Maybe we have too 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: typos in tap-driver.sh.,
Karl Berry <=