diff options
| author | Junio C Hamano <junkio@cox.net> | 2005-12-29 01:20:06 -0800 |
|---|---|---|
| committer | Junio C Hamano <junkio@cox.net> | 2005-12-29 01:32:56 -0800 |
| commit | 89438677abaae1a8ffc3c0905f3355a590da7bf4 (patch) | |
| tree | f1d43ab8459bcc2010220c32c03001e7588b26f6 /Documentation/git-diff.txt | |
| parent | Fix skipping merge-order test with NO_OPENSSL=1. (diff) | |
| download | git-89438677abaae1a8ffc3c0905f3355a590da7bf4.tar.gz git-89438677abaae1a8ffc3c0905f3355a590da7bf4.zip | |
Documentation: spell.
Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 'Documentation/git-diff.txt')
| -rw-r--r-- | Documentation/git-diff.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/git-diff.txt b/Documentation/git-diff.txt index b04f393bc4..ca41634022 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. ------------ |
