From 231b1d108f4af30e2605487af734ccece092c9bf Mon Sep 17 00:00:00 2001 From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Tue, 9 Aug 2022 23:10:46 -0400 Subject: [PATCH] spelling: differently Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- test/test_compare.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/test_compare.rb b/test/test_compare.rb index 705951f2..57502c3c 100644 --- a/test/test_compare.rb +++ b/test/test_compare.rb @@ -15,7 +15,7 @@ context "Precious::Views::Compare" do end test 'rename diff' do - # JGit returns differenly formatted diffs for rename commits. Support both kinds of diff. + # JGit returns differently formatted diffs for rename commits. Support both kinds of diff. jgit_diff = "diff --git a/Foo.md b/Bar.md\nsimilarity index 100%\nrename from Foo.md\nrename to Bar.md" rugged_diff = "diff --git a/Bar.md b/Bar.md\nnew file mode 100644\nindex 0000000..e69de29\n--- /dev/null\n+++ b/Bar.md\n"