Skip to content

Commit bcd46be

Browse files
svlcgitster
authored andcommitted
apply: fix typo in an error message
s/submoule/submodule Signed-off-by: Slavomir Vlcek <svlc@inventati.org> Signed-off-by: Junio C Hamano <gitster@pobox.com>
1 parent eeff891 commit bcd46be

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

builtin/apply.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3662,7 +3662,7 @@ static void build_fake_ancestor(struct patch *list, const char *filename)
36623662
if (!preimage_sha1_in_gitlink_patch(patch, sha1))
36633663
; /* ok, the textual part looks sane */
36643664
else
3665-
die("sha1 information is lacking or useless for submoule %s",
3665+
die("sha1 information is lacking or useless for submodule %s",
36663666
name);
36673667
} else if (!get_sha1_blob(patch->old_sha1_prefix, sha1)) {
36683668
; /* ok */

0 commit comments

Comments
 (0)