Fix spelling errors in code comments
Reported-by: Jens Schleusener <Jens.Schleusener@fossies.org> Signed-off-by: Elijah Newren <newren@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:

committed by
Junio C Hamano

parent
8915297925
commit
15beaaa3d1
@ -131,7 +131,7 @@ static GIT_PATH_FUNC(rebase_path_rewritten_pending,
|
||||
"rebase-merge/rewritten-pending")
|
||||
|
||||
/*
|
||||
* The path of the file containig the OID of the "squash onto" commit, i.e.
|
||||
* The path of the file containing the OID of the "squash onto" commit, i.e.
|
||||
* the dummy commit used for `reset [new root]`.
|
||||
*/
|
||||
static GIT_PATH_FUNC(rebase_path_squash_onto, "rebase-merge/squash-onto")
|
||||
@ -4644,7 +4644,7 @@ static int make_script_with_merges(struct pretty_print_context *pp,
|
||||
label_oid(oid, "branch-point", &state);
|
||||
}
|
||||
|
||||
/* Add HEAD as implict "tip of branch" */
|
||||
/* Add HEAD as implicit "tip of branch" */
|
||||
if (!iter->next)
|
||||
tips_tail = &commit_list_insert(iter->item,
|
||||
tips_tail)->next;
|
||||
@ -4826,7 +4826,7 @@ void todo_list_add_exec_commands(struct todo_list *todo_list,
|
||||
* are considered part of the pick, so we insert the commands *after*
|
||||
* those chains if there are any.
|
||||
*
|
||||
* As we insert the exec commands immediatly after rearranging
|
||||
* As we insert the exec commands immediately after rearranging
|
||||
* any fixups and before the user edits the list, a fixup chain
|
||||
* can never contain comments (any comments are empty picks that
|
||||
* have been commented out because the user did not specify
|
||||
|
Reference in New Issue
Block a user