diff mbox

scripts: correct a spelling error

Message ID 1513764401-24239-1-git-send-email-sochin.jiang@huawei.com (mailing list archive)
State New, archived
Headers show

Commit Message

sochin jiang Dec. 20, 2017, 10:06 a.m. UTC
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(-)

Comments

Daniel P. Berrangé Dec. 20, 2017, 10:31 a.m. UTC | #1
On Wed, Dec 20, 2017 at 06:06:41PM +0800, sochin.jiang wrote:
> From: "sochin.jiang" <sochin.jiang@huawei.com>
> 
>  Correct a spelling error in prompt message.
> 
> Signed-off-by: sochin.jiang <sochin.jiang@huawei.com>

This fix is already sent 3 times now & on the qemu-trivial queue....


Regards,
Daniel
diff mbox

Patch

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
 }