Message ID | 1513764401-24239-1-git-send-email-sochin.jiang@huawei.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
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 --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 }