aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/git-whatchanged.txt
diff options
context:
space:
mode:
authorElijah Newren <newren@gmail.com>2023-10-08 06:45:14 +0000
committerJunio C Hamano <gitster@pobox.com>2023-10-09 12:06:29 -0700
commit6cc668c0abd65415a461c6dddfefffaaeb1d5adc (patch)
tree3c50d80fbb4209594f0779be95899d7ba251cb82 /Documentation/git-whatchanged.txt
parent401a4e257e6be731f7dd230b399800a1d79415d0 (diff)
downloadgit-6cc668c0abd65415a461c6dddfefffaaeb1d5adc.tar.gz
documentation: fix singular vs. plural
Diff best viewed with --color-diff. Signed-off-by: Elijah Newren <newren@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/git-whatchanged.txt')
-rw-r--r--Documentation/git-whatchanged.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/git-whatchanged.txt b/Documentation/git-whatchanged.txt
index ee8c1aa0ca..fc2dc5a3b1 100644
--- a/Documentation/git-whatchanged.txt
+++ b/Documentation/git-whatchanged.txt
@@ -3,7 +3,7 @@ git-whatchanged(1)
NAME
----
-git-whatchanged - Show logs with difference each commit introduces
+git-whatchanged - Show logs with differences each commit introduces
SYNOPSIS