summaryrefslogtreecommitdiff
path: root/Documentation/git-diff.txt
diff options
context:
space:
mode:
authorJunio C Hamano <junkio@cox.net>2005-12-29 09:20:06 (GMT)
committerJunio C Hamano <junkio@cox.net>2005-12-29 09:32:56 (GMT)
commit89438677abaae1a8ffc3c0905f3355a590da7bf4 (patch)
treef1d43ab8459bcc2010220c32c03001e7588b26f6 /Documentation/git-diff.txt
parentf1ec72ba1e52783179a7da7defaab0458c895617 (diff)
downloadgit-89438677abaae1a8ffc3c0905f3355a590da7bf4.zip
git-89438677abaae1a8ffc3c0905f3355a590da7bf4.tar.gz
git-89438677abaae1a8ffc3c0905f3355a590da7bf4.tar.bz2
Documentation: spell.
Signed-off-by: Junio C Hamano <junkio@cox.net>
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 b04f393..ca41634 100644
--- a/Documentation/git-diff.txt
+++ b/Documentation/git-diff.txt
@@ -67,7 +67,7 @@ $ git diff HEAD^ HEAD <3>
<1> instead of using the tip of the current branch, compare with the
tip of "test" branch.
<2> instead of comparing with the tip of "test" branch, compare with
-the tip of the curren branch, but limit the comparison to the
+the tip of the current branch, but limit the comparison to the
file "test".
<3> compare the version before the last commit and the last commit.
------------