From c6f857f49ca1459f0874e8dcc83be539829e6ee3 Mon Sep 17 00:00:00 2001 From: zhangyanxian Date: Mon, 25 Jul 2016 08:44:28 +0000 Subject: [PATCH] Fix the typo in the file Change-Id: I3a3976bdab6743f6d741d39708b01eacf6a01074 --- tools/xen/install_os_domU.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/xen/install_os_domU.sh b/tools/xen/install_os_domU.sh index 3a61215b5b..66b9eda474 100755 --- a/tools/xen/install_os_domU.sh +++ b/tools/xen/install_os_domU.sh @@ -247,7 +247,7 @@ else fi if [ -n "${EXIT_AFTER_JEOS_INSTALLATION:-}" ]; then - echo "User requested to quit after JEOS instalation" + echo "User requested to quit after JEOS installation" exit 0 fi