From 7529837367db4f20a7befb07021aa5804cef3553 Mon Sep 17 00:00:00 2001 From: Josh Soref Date: Fri, 27 May 2016 06:45:16 +0000 Subject: [PATCH] spelling: progressive --- buildutil/tap-driver.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buildutil/tap-driver.sh b/buildutil/tap-driver.sh index 31aa369b..ea060f84 100755 --- a/buildutil/tap-driver.sh +++ b/buildutil/tap-driver.sh @@ -370,7 +370,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 assing the next progressive number to it. if (line ~ /^[0-9]+$/ || line ~ /^[0-9]+[^a-zA-Z0-9_]/) { match(line, "^[0-9]+")