Repository: kylin
Updated Branches:
  refs/heads/yang22-hbase102 46966c4e8 -> bd0852136 (forced update)


minor, fix typo


Project: http://git-wip-us.apache.org/repos/asf/kylin/repo
Commit: http://git-wip-us.apache.org/repos/asf/kylin/commit/ab6aecd4
Tree: http://git-wip-us.apache.org/repos/asf/kylin/tree/ab6aecd4
Diff: http://git-wip-us.apache.org/repos/asf/kylin/diff/ab6aecd4

Branch: refs/heads/yang22-hbase102
Commit: ab6aecd410d8463c149db0feed90433d8793f949
Parents: a27d290
Author: lidongsjtu <lid...@apache.org>
Authored: Fri Dec 30 09:49:55 2016 +0800
Committer: lidongsjtu <lid...@apache.org>
Committed: Fri Dec 30 09:49:55 2016 +0800

----------------------------------------------------------------------
 build/smoke-test/smoke-test.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/kylin/blob/ab6aecd4/build/smoke-test/smoke-test.sh
----------------------------------------------------------------------
diff --git a/build/smoke-test/smoke-test.sh b/build/smoke-test/smoke-test.sh
index f174b47..a71faf9 100755
--- a/build/smoke-test/smoke-test.sh
+++ b/build/smoke-test/smoke-test.sh
@@ -43,7 +43,7 @@ mkdir -p ${TARGET_PATH}
 KYLIN_PID=`cat "${TARGET_PATH}/*kylin*/pid"`
 if [ -n "${KYLIN_PID}" ]; then
     if ps -p ${KYLIN_PID} > /dev/null; then
-        echo "Kylin is running, will be killed. (pid=${KYILN_PID})"
+        echo "Kylin is running, will be killed. (pid=${KYLIN_PID})"
         kill -9 ${KYLIN_PID}
     fi
 fi

Reply via email to