Typo fix.
authorEric S. Raymond <esr@thyrsus.com>
Wed, 13 Apr 2022 02:57:53 +0000 (22:57 -0400)
committerEric S. Raymond <esr@thyrsus.com>
Wed, 13 Apr 2022 02:57:53 +0000 (22:57 -0400)
test/tapdiffer

index f200de17723a8d438275d1c923f37af2e5b1bd45..b529a3931fb55fbf9d642b70103883658aef78c6 100755 (executable)
@@ -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.
 #