summaryrefslogtreecommitdiff
path: root/fast-import.c
diff options
context:
space:
mode:
authorMichael J Gruber <git@drmicha.warpmail.net>2009-04-22 21:15:56 (GMT)
committerJunio C Hamano <gitster@pobox.com>2009-04-23 02:03:39 (GMT)
commitb18cc5a3b2f64364d2c7d3560066852728a6c666 (patch)
treeafa6de958d57a68df14e45c1b908694e7c3f67b6 /fast-import.c
parent3ea3c215c02dc4a4e7d0881c25b2223540960797 (diff)
downloadgit-b18cc5a3b2f64364d2c7d3560066852728a6c666.zip
git-b18cc5a3b2f64364d2c7d3560066852728a6c666.tar.gz
git-b18cc5a3b2f64364d2c7d3560066852728a6c666.tar.bz2
Fix more typos/spelling in comments
A few more fixes on top of the automatic spell checker generated ones. Signed-off-by: Michael J Gruber <git@drmicha.warpmail.net> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'fast-import.c')
-rw-r--r--fast-import.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fast-import.c b/fast-import.c
index 53617a1..8d959af 100644
--- a/fast-import.c
+++ b/fast-import.c
@@ -133,7 +133,7 @@ Format of STDIN stream:
# always escapes the related input from comment processing.
#
# In case it is not clear, the '#' that starts the comment
- # must be the first character on that the line (an lf have
+ # must be the first character on that line (an lf
# preceded it).
#
comment ::= '#' not_lf* lf;