aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/git-diff.txt
diff options
context:
space:
mode:
authorØystein Walle <oystwa@gmail.com>2014-02-05 23:19:43 +0100
committerJunio C Hamano <gitster@pobox.com>2014-02-05 14:35:45 -0800
commit5fe8f49b6d59cf143a5898ddbb161444a95fa871 (patch)
tree65293eeb6f73b77030840a40327aff284fe0af4b /Documentation/git-diff.txt
parent3330a2c4f6b494f2b02fda2869d85bc1f8e019aa (diff)
downloadgit-5fe8f49b6d59cf143a5898ddbb161444a95fa871.tar.gz
Documentation: fix typos in man pages
Signed-off-by: Øystein Walle <oystwa@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/git-diff.txt')
-rw-r--r--Documentation/git-diff.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/git-diff.txt b/Documentation/git-diff.txt
index 33fbd8c56f..56fb7e5322 100644
--- a/Documentation/git-diff.txt
+++ b/Documentation/git-diff.txt
@@ -44,7 +44,7 @@ two blob objects, or changes between two files on disk.
commit relative to the named <commit>. Typically you
would want comparison with the latest commit, so if you
do not give <commit>, it defaults to HEAD.
- If HEAD does not exist (e.g. unborned branches) and
+ If HEAD does not exist (e.g. unborn branches) and
<commit> is not given, it shows all staged changes.
--staged is a synonym of --cached.