Merge branch 'jk/no-perl-tests'
[gitweb.git] / builtin / apply.c
index 6696ea4c3ffd4f7af04f3f56609a78a74a0a0b55..28d24f8e34c041c5afff4c659efbfeed4d5dc8c2 100644 (file)
@@ -3728,7 +3728,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 */