Merge branch 'nd/lockfile-absolute'
[gitweb.git] / builtin / apply.c
index 22218f90a6f0b30dc3893f39424643cad84b8372..0aad91283959bce51aba596c6f3d2d0925e5ba92 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 */