summaryrefslogtreecommitdiff
path: root/Documentation/RelNotes-1.6.0.2.txt
diff options
context:
space:
mode:
authorRalf Wildenhues <Ralf.Wildenhues@gmx.de>2010-08-22 11:12:12 (GMT)
committerJunio C Hamano <gitster@pobox.com>2010-08-22 20:25:08 (GMT)
commit22e5e58a3c75b73764b860907e4d871195f276ac (patch)
tree7c0670afe68e908bb829347268bba9a771b78e84 /Documentation/RelNotes-1.6.0.2.txt
parent0eb032d86c99ac8f23435ad5ea9f2b83f1be744f (diff)
downloadgit-22e5e58a3c75b73764b860907e4d871195f276ac.zip
git-22e5e58a3c75b73764b860907e4d871195f276ac.tar.gz
git-22e5e58a3c75b73764b860907e4d871195f276ac.tar.bz2
Typos in code comments, an error message, documentation
Signed-off-by: Ralf Wildenhues <Ralf.Wildenhues@gmx.de> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/RelNotes-1.6.0.2.txt')
-rw-r--r--Documentation/RelNotes-1.6.0.2.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/RelNotes-1.6.0.2.txt b/Documentation/RelNotes-1.6.0.2.txt
index 51b32f5..e1e24b3 100644
--- a/Documentation/RelNotes-1.6.0.2.txt
+++ b/Documentation/RelNotes-1.6.0.2.txt
@@ -17,7 +17,7 @@ Fixes since v1.6.0.1
* Many commands did not use the correct working tree location when used
with GIT_WORK_TREE environment settings.
-* Some systems needs to use compatibility fnmach and regex libraries
+* Some systems need to use compatibility fnmatch and regex libraries
independent from each other; the compat/ area has been reorganized to
allow this.