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 | |
parent | Merge branch 'maint' (diff) | |
download | tgif-88f6dbaf99f43053f86474b28beedd91e77c64d9.tar.xz |
builtin-apply: typofix
Signed-off-by: Junio C Hamano <gitster@pobox.com>
-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 1103625a4a..776e5963b7 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 |