diff options
author | Ondřej Bílka <neleai@seznam.cz> | 2013-07-29 10:18:21 +0200 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2013-07-29 12:32:25 -0700 |
commit | 98e023dea40a0eca8a61c037dfc59aaf27f003a4 (patch) | |
tree | c36b17d6bc32ffdc55625c64ee61160f48ec5b5e /builtin/fast-export.c | |
parent | 749f763dbbe4dbcc4082f02bf98bfc1a09427c6f (diff) | |
download | git-98e023dea40a0eca8a61c037dfc59aaf27f003a4.tar.gz git-98e023dea40a0eca8a61c037dfc59aaf27f003a4.tar.xz |
many small typofixes
Signed-off-by: Ondřej Bílka <neleai@seznam.cz>
Reviewed-by: Marc Branchaud <marcnarc@xiplink.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'builtin/fast-export.c')
-rw-r--r-- | builtin/fast-export.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/builtin/fast-export.c b/builtin/fast-export.c index d1d68e9fc..8e1905874 100644 --- a/builtin/fast-export.c +++ b/builtin/fast-export.c @@ -379,7 +379,7 @@ static void handle_tag(const char *name, struct tag *tag) int tagged_mark; struct commit *p; - /* Trees have no identifer in fast-export output, thus we have no way + /* Trees have no identifier in fast-export output, thus we have no way * to output tags of trees, tags of tags of trees, etc. Simply omit * such tags. */ |