Skip to content

Commit

Permalink
apply: fix typo in an error message
Browse files Browse the repository at this point in the history
s/submoule/submodule

Signed-off-by: Slavomir Vlcek <svlc@inventati.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
  • Loading branch information
Slavomir Vlcek authored and Junio C Hamano committed Nov 17, 2014
1 parent eeff891 commit bcd46be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion builtin/apply.c
Original file line number Diff line number Diff line change
Expand Up @@ -3662,7 +3662,7 @@ static void build_fake_ancestor(struct patch *list, const char *filename)
if (!preimage_sha1_in_gitlink_patch(patch, sha1))
; /* ok, the textual part looks sane */
else
die("sha1 information is lacking or useless for submoule %s",
die("sha1 information is lacking or useless for submodule %s",
name);
} else if (!get_sha1_blob(patch->old_sha1_prefix, sha1)) {
; /* ok */
Expand Down

0 comments on commit bcd46be

Please sign in to comment.