From 1ced65344ef931f1629344e83fa9e62caf9a0d11 Mon Sep 17 00:00:00 2001 From: Edward Betts Date: Fri, 1 Sep 2017 11:47:35 +0100 Subject: [PATCH] correct spelling mistake --- test/sharness.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/sharness.sh b/test/sharness.sh index 7395be4..71492cd 100644 --- a/test/sharness.sh +++ b/test/sharness.sh @@ -528,7 +528,7 @@ test_expect_code() { # Public: Compare two files to see if expected output matches actual output. # -# The TEST_CMP variable defines the command used for the comparision; it +# The TEST_CMP variable defines the command used for the comparison; it # defaults to "diff -u". Only when the test script was started with --verbose, # will the command's output, the diff, be printed to the standard output. #