]> git.ipfire.org Git - thirdparty/automake.git/commitdiff
docs: typo in tap-driver.sh.
authorFelix Yan <felixonmars@archlinux.org>
Fri, 14 Aug 2020 01:10:17 +0000 (18:10 -0700)
committerKarl Berry <karl@freefriends.org>
Fri, 14 Aug 2020 01:10:17 +0000 (18:10 -0700)
Per thread at:
https://lists.gnu.org/archive/html/automake-patches/2020-08/msg00000.html

* lib/tap-driver.sh (setup_result_obj): "assing" typo, etc.

lib/tap-driver.sh

index 865761d3e17204568e71afc965f6af2b892c5bf4..0ca490375593afa79b7d1b0f08e57894e618b873 100755 (executable)
@@ -369,7 +369,7 @@ function setup_result_obj(line)
   sub("^(not )?ok[ \t]*", "", line)
 
   # If the result has an explicit number, get it and strip it; otherwise,
-  # automatically assing the next progresive number to it.
+  # automatically assign the next test number to it.
   if (line ~ /^[0-9]+$/ || line ~ /^[0-9]+[^a-zA-Z0-9_]/)
     {
       match(line, "^[0-9]+")