aboutsummaryrefslogtreecommitdiff
path: root/Documentation/RelNotes/1.7.8.2.txt
diff options
context:
space:
mode:
authorOndřej Bílka <neleai@seznam.cz>2013-07-22 23:02:23 +0200
committerJunio C Hamano <gitster@pobox.com>2013-07-22 16:06:48 -0700
commit1114fc023772001bb7053789461c69b0c3c994e3 (patch)
tree05fdf4f176d27b9413ebb171bb4c6818789689c3 /Documentation/RelNotes/1.7.8.2.txt
parent0bde8c0c1e53e2b2001f4ced58d3e66865758cea (diff)
downloadgit-1114fc023772001bb7053789461c69b0c3c994e3.tar.gz
git-1114fc023772001bb7053789461c69b0c3c994e3.tar.xz
typofix: release notes
Signed-off-by: Ondřej Bílka <neleai@seznam.cz> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/RelNotes/1.7.8.2.txt')
-rw-r--r--Documentation/RelNotes/1.7.8.2.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/RelNotes/1.7.8.2.txt b/Documentation/RelNotes/1.7.8.2.txt
index e74f4ef1e..b9c66aa1b 100644
--- a/Documentation/RelNotes/1.7.8.2.txt
+++ b/Documentation/RelNotes/1.7.8.2.txt
@@ -12,11 +12,11 @@ Fixes since v1.7.8.1
* The configuration file parser used for sizes (e.g. bigFileThreshold)
did not correctly interpret 'g' suffix.
- * The replacement implemention for snprintf used on platforms with
+ * The replacement implementation for snprintf used on platforms with
native snprintf that is broken did not use va_copy correctly.
* LF-to-CRLF streaming filter replaced all LF with CRLF, which might
- be techinically correct but not friendly to people who are trying
+ be technically correct but not friendly to people who are trying
to recover from earlier mistakes of using CRLF in the repository
data in the first place. It now refrains from doing so for LF that
follows a CR.