From 7536b9dc89c392405eea4a18a467917b9322f5b2 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Tue, 12 Apr 2022 22:57:53 -0400 Subject: [PATCH] Typo fix. --- test/tapdiffer | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/tapdiffer b/test/tapdiffer index f200de1..b529a39 100755 --- a/test/tapdiffer +++ b/test/tapdiffer @@ -4,7 +4,7 @@ # # Usage: tapdiffer LEGEND CHECKFILE # -# Output is a TAP report, ok if the diff is empty and not ok otherwisw. +# Output is a TAP report, ok if the diff is empty and not ok otherwise. # A nonempty diff is shipped as a TAP YAML block following "not ok" # unless QUIET=1 in the environment. # -- 2.31.1