Skip to content

Commit aa6bdbb

Browse files
committed
Merge branch 'sv/typofix-apply-error-message'
* sv/typofix-apply-error-message: apply: fix typo in an error message
2 parents b690b87 + bcd46be commit aa6bdbb

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
@@ -3728,7 +3728,7 @@ static void build_fake_ancestor(struct patch *list, const char *filename)
37283728
if (!preimage_sha1_in_gitlink_patch(patch, sha1))
37293729
; /* ok, the textual part looks sane */
37303730
else
3731-
die("sha1 information is lacking or useless for submoule %s",
3731+
die("sha1 information is lacking or useless for submodule %s",
37323732
name);
37333733
} else if (!get_sha1_blob(patch->old_sha1_prefix, sha1)) {
37343734
; /* ok */

0 commit comments

Comments
 (0)