Re: [PATCH] tap-driver: correct a typo

2020-08-13 Thread Karl Berry
- # automatically assing the next progresive number to it. + # automatically assign the next progresive number to it. Thanks, I'll apply. Also, "progresive" should be "progressive", except that's not the right word either. "successive" is what is meant, although it doesn't seem necessary

[PATCH] tap-driver: correct a typo

2020-08-13 Thread Felix Yan
--- lib/tap-driver.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/tap-driver.sh b/lib/tap-driver.sh index 865761d3e..87b6782fc 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)

[PATCH] tap-driver: correct a typo

2020-08-13 Thread Felix Yan
--- lib/tap-driver.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/tap-driver.sh b/lib/tap-driver.sh index 865761d3e..87b6782fc 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)