From 3a8eddfe2c01c6d8134fdaa55376365eaf96b504 Mon Sep 17 00:00:00 2001 From: Sylvestre Ledru Date: Sun, 21 Apr 2024 16:07:01 +0200 Subject: [PATCH] Fix typos --- src/macros.rs | 2 +- tests/run-upstream-testsuite.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/macros.rs b/src/macros.rs index 1f1a994..90a4eaa 100644 --- a/src/macros.rs +++ b/src/macros.rs @@ -2,7 +2,7 @@ // considering datetime varitations // // It replaces the modification time in the actual diff -// with placeholer "TIMESTAMP" and then asserts the equality +// with placeholder "TIMESTAMP" and then asserts the equality // // For eg. // let brief = "*** fruits_old.txt\t2024-03-24 23:43:05.189597645 +0530\n diff --git a/tests/run-upstream-testsuite.sh b/tests/run-upstream-testsuite.sh index d85dfd6..cb59834 100755 --- a/tests/run-upstream-testsuite.sh +++ b/tests/run-upstream-testsuite.sh @@ -19,7 +19,7 @@ # By default it expects a release build of the diffutils binary, but a # different build profile can be specified as an argument # (e.g. 'dev' or 'test'). -# Unless overriden by the $TESTS environment variable, all tests in the test +# Unless overridden by the $TESTS environment variable, all tests in the test # suite will be run. Tests targeting a command that is not yet implemented # (e.g. cmp, diff3 or sdiff) are skipped.