emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#67282: closed ([PATCH] TAP driver: fix typos)


From: GNU bug Tracking System
Subject: bug#67282: closed ([PATCH] TAP driver: fix typos)
Date: Fri, 24 Nov 2023 21:50:01 +0000

Your message dated Fri, 24 Nov 2023 14:48:56 -0700
with message-id <202311242148.3AOLmu2b030673@freefriends.org>
and subject line 
has caused the debbugs.gnu.org bug report #67282,
regarding [PATCH] TAP driver: fix typos
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
67282: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=67282
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: Re: [PATCH] TAP driver: fix typos Date: Sun, 19 Nov 2023 07:56:44 -0700
Hi Jakub,

    Date: Tue, 15 Mar 2016 19:42:51 +0100
    From: Jakub Wilk <jwilk@jwilk.net>
    To: automake-patches@gnu.org
    Subject: [PATCH] TAP driver: fix typos
    
    https://lists.gnu.org/archive/html/automake-patches/2016-03/msg00001.html

Seven years late(r), but I did finally merge your typo fixes in
tap-driver.sh (one had already been found).  Thanks for the report (and
thanks to Bogdan for finding this in the archives) --karl.

doc: typos in tap-driver.sh.

* lib/tap-driver.sh: fix typos.
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);

compile finished at Sun Nov 19 06:55:04 2023



--- End Message ---
--- Begin Message --- Subject: Date: Fri, 24 Nov 2023 14:48:56 -0700

--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]