Skip to content

Commit

Permalink
spelling: progressive
Browse files Browse the repository at this point in the history
  • Loading branch information
jsoref committed May 27, 2016
1 parent c874ea7 commit 7529837
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildutil/tap-driver.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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]+")
Expand Down

0 comments on commit 7529837

Please sign in to comment.