* [PATCH] apply: fix typo in an error message
@ 2014-11-17 0:38 Slavomir Vlcek
0 siblings, 0 replies; only message in thread
From: Slavomir Vlcek @ 2014-11-17 0:38 UTC (permalink / raw)
To: git; +Cc: Junio C Hamano
s/submoule/submodule
Signed-off-by: Slavomir Vlcek <svlc@inventati.org>
---
For the 'master'. Thank you.
builtin/apply.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/builtin/apply.c b/builtin/apply.c
index 6696ea4..28d24f8 100644
--- a/builtin/apply.c
+++ b/builtin/apply.c
@@ -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 */
--
2.2.0.rc1.dirty
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2014-11-17 0:35 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-11-17 0:38 [PATCH] apply: fix typo in an error message Slavomir Vlcek
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).