spelling: progressive

This commit is contained in:
Josh Soref
2016-05-27 06:45:16 +00:00
parent c874ea7130
commit 7529837367

View File

@@ -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]+")