]> git.ipfire.org Git - thirdparty/automake.git/commitdiff
doc: typos in tap-driver.sh.
authorJakub Wilk <jwilk@jwilk.net>
Sun, 19 Nov 2023 14:55:04 +0000 (06:55 -0800)
committerKarl Berry <karl@freefriends.org>
Sun, 19 Nov 2023 14:55:04 +0000 (06:55 -0800)
* lib/tap-driver.sh: fix typos.

lib/tap-driver.sh

index 1f56d63a10915677de03415737d16e71d5bac10b..c7db7643d9d4c6a6535a20d386cd483ef71a1cf5 100755 (executable)
@@ -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);