From: Junio C Hamano Date: Thu, 8 Dec 2005 22:10:02 +0000 (-0800) Subject: show-branch: comment typo X-Git-Tag: v0.99.9m^2~39 X-Git-Url: https://git.verplant.org/?a=commitdiff_plain;h=bcaf60b25b6f62049f195e253d6a974b42442066;p=git.git show-branch: comment typo Signed-off-by: Junio C Hamano --- diff --git a/show-branch.c b/show-branch.c index bff690d9..3cb335d6 100644 --- a/show-branch.c +++ b/show-branch.c @@ -55,7 +55,7 @@ static void name_commit(struct commit *commit, const char *head_name, int nth) /* Parent is the first parent of the commit. We may name it * as (n+1)th generation ancestor of the same head_name as - * commit is nth generation ancestore of, if that generation + * commit is nth generation ancestor of, if that generation * number is better than the name it already has. */ static void name_parent(struct commit *commit, struct commit *parent)