From: Felix Yan Date: Fri, 14 Aug 2020 01:10:17 +0000 (-0700) Subject: docs: typo in tap-driver.sh. X-Git-Tag: v1.16.3~38 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=c8f8c3d5fa0d30d7b7398c74632c90506ccda39e;p=thirdparty%2Fautomake.git 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. --- 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]+")