Repository: ignite
Updated Branches:
  refs/heads/ignite-843-rc1 f4ece6e44 -> 775e5e378


IGNITE-843 Fixed several typos.


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

Branch: refs/heads/ignite-843-rc1
Commit: 775e5e378648125cb87d23a0939fe1aea564478d
Parents: f4ece6e
Author: Alexey Kuznetsov <akuznet...@apache.org>
Authored: Thu Oct 29 09:41:59 2015 +0700
Committer: Alexey Kuznetsov <akuznet...@apache.org>
Committed: Thu Oct 29 09:41:59 2015 +0700

----------------------------------------------------------------------
 .../src/main/js/controllers/caches-controller.js               | 2 +-
 .../src/main/js/controllers/models/caches.json                 | 6 +++---
 .../src/main/js/controllers/models/clusters.json               | 2 +-
 .../src/main/js/controllers/models/summary.json                | 2 +-
 4 files changed, 6 insertions(+), 6 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ignite/blob/775e5e37/modules/control-center-web/src/main/js/controllers/caches-controller.js
----------------------------------------------------------------------
diff --git 
a/modules/control-center-web/src/main/js/controllers/caches-controller.js 
b/modules/control-center-web/src/main/js/controllers/caches-controller.js
index 57dfe3a..d23088b 100644
--- a/modules/control-center-web/src/main/js/controllers/caches-controller.js
+++ b/modules/control-center-web/src/main/js/controllers/caches-controller.js
@@ -99,7 +99,7 @@ consoleModule.controller('cachesController', [
                 {value: 'Oracle', label: 'Oracle'},
                 {value: 'DB2', label: 'IBM DB2'},
                 {value: 'SQLServer', label: 'Microsoft SQL Server'},
-                {value: 'MySQL', label: 'My SQL'},
+                {value: 'MySQL', label: 'MySQL'},
                 {value: 'PostgreSQL', label: 'Postgre SQL'},
                 {value: 'H2', label: 'H2 database'}
             ];

http://git-wip-us.apache.org/repos/asf/ignite/blob/775e5e37/modules/control-center-web/src/main/js/controllers/models/caches.json
----------------------------------------------------------------------
diff --git 
a/modules/control-center-web/src/main/js/controllers/models/caches.json 
b/modules/control-center-web/src/main/js/controllers/models/caches.json
index 2790a30..8f4af27 100644
--- a/modules/control-center-web/src/main/js/controllers/models/caches.json
+++ b/modules/control-center-web/src/main/js/controllers/models/caches.json
@@ -16,7 +16,7 @@
   },
   "moreInfo": {
     "title": "Caches screen",
-    "content": ["Manage you cluster's caches on current screen.",
+    "content": ["Manage your cluster's caches on current screen.",
       "Caches can be linked with specified <a 
href='/configuration/clusters'>clusters</a> and <a 
href='/configuration/metadata'>metadata</a>",
       "Generated cluster with caches configuration available on <a 
href='/configuration/summary'>summary</a> screen."]
   },
@@ -126,7 +126,7 @@
           "model": "copyOnRead",
           "placeholder": true,
           "tip": [
-            "Flag indicating whether copy of of the value stored in cache 
should be created for cache operation implying return value",
+            "Flag indicating whether copy of the value stored in cache should 
be created for cache operation implying return value",
             "Also if this flag is set copies are created for values passed to 
CacheInterceptor and to CacheEntryProcessor"
           ]
         },
@@ -465,7 +465,7 @@
                     "  <li>Oracle database</li>",
                     "  <li>IBM DB2</li>",
                     "  <li>Microsoft SQL Server</li>",
-                    "  <li>My SQL</li>",
+                    "  <li>MySQL</li>",
                     "  <li>H2 database</li>",
                     "</ul>"
                   ]

http://git-wip-us.apache.org/repos/asf/ignite/blob/775e5e37/modules/control-center-web/src/main/js/controllers/models/clusters.json
----------------------------------------------------------------------
diff --git 
a/modules/control-center-web/src/main/js/controllers/models/clusters.json 
b/modules/control-center-web/src/main/js/controllers/models/clusters.json
index 52098ca..84ab2f1 100644
--- a/modules/control-center-web/src/main/js/controllers/models/clusters.json
+++ b/modules/control-center-web/src/main/js/controllers/models/clusters.json
@@ -14,7 +14,7 @@
   },
   "moreInfo": {
     "title": "Clusters screen",
-    "content": ["Manage you clusters on current screen.",
+    "content": ["Manage your clusters on current screen.",
       "Generated clusters configuration available on <a 
href='/configuration/summary'>summary</a> screen."]
   },
   "general": [

http://git-wip-us.apache.org/repos/asf/ignite/blob/775e5e37/modules/control-center-web/src/main/js/controllers/models/summary.json
----------------------------------------------------------------------
diff --git 
a/modules/control-center-web/src/main/js/controllers/models/summary.json 
b/modules/control-center-web/src/main/js/controllers/models/summary.json
index d9ef74c..69b6d5b 100644
--- a/modules/control-center-web/src/main/js/controllers/models/summary.json
+++ b/modules/control-center-web/src/main/js/controllers/models/summary.json
@@ -18,7 +18,7 @@
     "title": "Summary screen",
     "content": ["Generated cluster's configuration showed on this screen.",
       "Configurations available in XML, Java and Dockerfile format for Server 
and Client mode.",
-      "Database table POJO classes for cluster's metadatas available on 
\"POJO\" tab.",
+      "Database table POJO classes for cluster's metadata available on 
\"POJO\" tab.",
       "Use \"Download\" button to receive configurations in ZIP file.",
       "Go back to change configuration on <a 
href='/configuration/clusters'>clusters</a>, <a 
href='/configuration/caches'>caches</a> or <a 
href='/configuration/metadata'>metadata</a> screen."
     ]

Reply via email to