summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFelix Yan <felixonmars@archlinux.org>2020-08-13 18:10:17 -0700
committerKarl Berry <karl@freefriends.org>2020-08-13 18:10:17 -0700
commitc8f8c3d5fa0d30d7b7398c74632c90506ccda39e (patch)
treeabc34c0efa8e9f2e2fbbf65d7043e1d888865543
parent217d6d92df9ea44c225ea815e121eb5c539bb748 (diff)
downloadautomake-c8f8c3d5fa0d30d7b7398c74632c90506ccda39e.tar.gz
docs: typo in tap-driver.sh.
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.
-rwxr-xr-xlib/tap-driver.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/tap-driver.sh b/lib/tap-driver.sh
index 865761d3e..0ca490375 100755
--- a/lib/tap-driver.sh
+++ b/lib/tap-driver.sh
@@ -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]+")