Skip to content

Commit 3a8eddf

Browse files
committed
Fix typos
1 parent 46a26e8 commit 3a8eddf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/macros.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// considering datetime varitations
33
//
44
// It replaces the modification time in the actual diff
5-
// with placeholer "TIMESTAMP" and then asserts the equality
5+
// with placeholder "TIMESTAMP" and then asserts the equality
66
//
77
// For eg.
88
// let brief = "*** fruits_old.txt\t2024-03-24 23:43:05.189597645 +0530\n

tests/run-upstream-testsuite.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
# By default it expects a release build of the diffutils binary, but a
2020
# different build profile can be specified as an argument
2121
# (e.g. 'dev' or 'test').
22-
# Unless overriden by the $TESTS environment variable, all tests in the test
22+
# Unless overridden by the $TESTS environment variable, all tests in the test
2323
# suite will be run. Tests targeting a command that is not yet implemented
2424
# (e.g. cmp, diff3 or sdiff) are skipped.
2525

0 commit comments

Comments
 (0)