diff options
author | Junio C Hamano <gitster@pobox.com> | 2008-05-17 01:46:47 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2008-05-17 01:46:47 -0700 |
commit | 88f6dbaf99f43053f86474b28beedd91e77c64d9 (patch) | |
tree | 6625b2ee3cbf694a549eff57c458fbcd201d277e /builtin-apply.c | |
parent | 6d2c1c2dc064c40f6c723e0a25b5f813732fdaff (diff) | |
download | git-88f6dbaf99f43053f86474b28beedd91e77c64d9.tar.gz git-88f6dbaf99f43053f86474b28beedd91e77c64d9.tar.xz |
builtin-apply: typofix
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'builtin-apply.c')
-rw-r--r-- | builtin-apply.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/builtin-apply.c b/builtin-apply.c index 1103625a4..776e5963b 100644 --- a/builtin-apply.c +++ b/builtin-apply.c @@ -418,7 +418,7 @@ static int guess_p_value(const char *nameline) } /* - * Get the name etc info from the --/+++ lines of a traditional patch header + * Get the name etc info from the ---/+++ lines of a traditional patch header * * FIXME! The end-of-filename heuristics are kind of screwy. For existing * files, we can happily check the index for a match, but for creating a |