qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH] scripts: correct a spelling error


From: sochin . jiang
Subject: [Qemu-devel] [PATCH] scripts: correct a spelling error
Date: Wed, 20 Dec 2017 18:06:41 +0800

From: "sochin.jiang" <address@hidden>

 Correct a spelling error in prompt message.

Signed-off-by: sochin.jiang <address@hidden>
---
 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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]