Skip to content
Snippets Groups Projects
Commit 30be510f authored by Chris Lamb's avatar Chris Lamb :eyes:
Browse files

Capitalise "Ordering differences only" in text comparison comments.

parent b72ff87a
No related branches found
No related tags found
No related merge requests found
......@@ -65,7 +65,7 @@ class TextFile(File):
if difference and order_only_difference(
difference.unified_diff
):
difference.add_comment("ordering differences only")
difference.add_comment("Ordering differences only")
if my_encoding != other_encoding:
if difference is None:
difference = Difference(
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment