* [Qemu-devel] [PATCH] scripts: correct a spelling error
@ 2017-12-20 10:06 sochin.jiang
2017-12-20 10:31 ` Daniel P. Berrange
0 siblings, 1 reply; 2+ messages in thread
From: sochin.jiang @ 2017-12-20 10:06 UTC (permalink / raw)
To: berrange; +Cc: qemu-devel, sochin.jiang, eric.fangyi
From: "sochin.jiang" <sochin.jiang@huawei.com>
Correct a spelling error in prompt message.
Signed-off-by: sochin.jiang <sochin.jiang@huawei.com>
---
scripts/git-submodule.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/scripts/git-submodule.sh b/scripts/git-submodule.sh
index bc7224a..807ca0b 100755
--- a/scripts/git-submodule.sh
+++ b/scripts/git-submodule.sh
@@ -28,7 +28,7 @@ error() {
echo
echo "and then manually update submodules prior to running make, with:"
echo
- echo " $ scripts/git-sbumodule.sh update $modules"
+ echo " $ scripts/git-submodule.sh update $modules"
echo
exit 1
}
--
1.8.3.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2017-12-20 10:31 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-12-20 10:06 [Qemu-devel] [PATCH] scripts: correct a spelling error sochin.jiang
2017-12-20 10:31 ` Daniel P. Berrange
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).