summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Haggerty <mhagger@alum.mit.edu>2012-01-23 12:09:58 (GMT)
committerJunio C Hamano <gitster@pobox.com>2012-01-23 18:11:13 (GMT)
commit69204d0ab18d28d07ee2c8c9b50bbf5bd80343ab (patch)
tree59eddb97be3090b131073352ccb5f44615748952
parentbddcefc6380bd6629f3f12b5ffd856ec436c6abd (diff)
downloadgit-69204d0ab18d28d07ee2c8c9b50bbf5bd80343ab.zip
git-69204d0ab18d28d07ee2c8c9b50bbf5bd80343ab.tar.gz
git-69204d0ab18d28d07ee2c8c9b50bbf5bd80343ab.tar.bz2
Fix typo in 1.7.9 release notes
Signed-off-by: Michael Haggerty <mhagger@alum.mit.edu> Signed-off-by: Junio C Hamano <gitster@pobox.com>
-rw-r--r--Documentation/RelNotes/1.7.9.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/RelNotes/1.7.9.txt b/Documentation/RelNotes/1.7.9.txt
index 9b0a6eb..f1294b4 100644
--- a/Documentation/RelNotes/1.7.9.txt
+++ b/Documentation/RelNotes/1.7.9.txt
@@ -63,7 +63,7 @@ Updates since v1.7.8
knows MATLAB.
* "git log --format='<format>'" learned new %g[nNeE] specifiers to
- show information from the reflog entries when warlking the reflog
+ show information from the reflog entries when walking the reflog
(i.e. with "-g").
* "git pull" can be used to fetch and merge an annotated/signed tag,