aboutsummaryrefslogtreecommitdiff
path: root/Documentation/RelNotes-1.6.1.txt
diff options
context:
space:
mode:
authorRalf Wildenhues <Ralf.Wildenhues@gmx.de>2008-09-29 22:30:00 +0200
committerShawn O. Pearce <spearce@spearce.org>2008-09-30 11:51:16 -0700
commit79fd4cc749826dd78c6ab3cd225bdb5c92db2de8 (patch)
treeee7a42bd3f6ff3e34030389f9f09ed31bf307ba3 /Documentation/RelNotes-1.6.1.txt
parent1d4c4986708688c14e72a5b442a3432048aeea79 (diff)
downloadgit-79fd4cc749826dd78c6ab3cd225bdb5c92db2de8.tar.gz
git-79fd4cc749826dd78c6ab3cd225bdb5c92db2de8.tar.xz
Correct typos in RelNotes-1.6.1
Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
Diffstat (limited to 'Documentation/RelNotes-1.6.1.txt')
-rw-r--r--Documentation/RelNotes-1.6.1.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/RelNotes-1.6.1.txt b/Documentation/RelNotes-1.6.1.txt
index 421e569ea..906932cfa 100644
--- a/Documentation/RelNotes-1.6.1.txt
+++ b/Documentation/RelNotes-1.6.1.txt
@@ -59,7 +59,7 @@ on.
* "git daemon" learned --max-connections=<count> option.
-* "git diff" learned to mimick --suppress-blank-empty from GNU diff via a
+* "git diff" learned to mimic --suppress-blank-empty from GNU diff via a
configuration option.
* "git diff" learned to put more sensible hunk headers for Python and
@@ -121,7 +121,7 @@ release, unless otherwise noted.
is a path in it).
* "git diff --stdin" used to take two trees on a line and compared them,
- but we droppped support for such a use case long time ago. This has
+ but we dropped support for such a use case long time ago. This has
been resurrected.
* "git filter-branch" failed to rewrite a tag name with slashes in it.