From bcd46becbc115f8a1a9bfe3f83efa462547aa231 Mon Sep 17 00:00:00 2001 From: Slavomir Vlcek Date: Mon, 17 Nov 2014 01:38:26 +0100 Subject: [PATCH] apply: fix typo in an error message s/submoule/submodule Signed-off-by: Slavomir Vlcek Signed-off-by: Junio C Hamano --- builtin/apply.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/builtin/apply.c b/builtin/apply.c index ef32e4f624..c201f0e6b0 100644 --- a/builtin/apply.c +++ b/builtin/apply.c @@ -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 */ -- 2.11.4.GIT