You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kylin.apache.org by li...@apache.org on 2016/12/08 10:42:35 UTC

kylin git commit: minor, fix typo

Repository: kylin
Updated Branches:
  refs/heads/yang22 a6abf16b4 -> 7a9273ab7


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/7a9273ab
Tree: http://git-wip-us.apache.org/repos/asf/kylin/tree/7a9273ab
Diff: http://git-wip-us.apache.org/repos/asf/kylin/diff/7a9273ab

Branch: refs/heads/yang22
Commit: 7a9273ab706461579ad73dd01ff4ca77bf56ee3a
Parents: a6abf16
Author: lidongsjtu <li...@apache.org>
Authored: Thu Dec 8 18:42:28 2016 +0800
Committer: lidongsjtu <li...@apache.org>
Committed: Thu Dec 8 18:42:28 2016 +0800

----------------------------------------------------------------------
 webapp/app/partials/cubeDesigner/cubeOverwriteProp.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/kylin/blob/7a9273ab/webapp/app/partials/cubeDesigner/cubeOverwriteProp.html
----------------------------------------------------------------------
diff --git a/webapp/app/partials/cubeDesigner/cubeOverwriteProp.html b/webapp/app/partials/cubeDesigner/cubeOverwriteProp.html
index c1a1648..b61c33a 100644
--- a/webapp/app/partials/cubeDesigner/cubeOverwriteProp.html
+++ b/webapp/app/partials/cubeDesigner/cubeOverwriteProp.html
@@ -59,7 +59,7 @@
         <div class="row">
           <div class="col-xs-12">
             <ol class="text-info">
-              <li>Cube level properties will overwrite configuration in kylin.prperties</li>
+              <li>Cube level properties will overwrite configuration in kylin.properties</li>
             </ol>
           </div>
         </div>