You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by nc...@apache.org on 2015/10/23 16:47:21 UTC

[07/50] [abbrv] ambari git commit: AMBARI-13469. spelling mistake in the help message for max capacity in capacity scheduler. (Gaurav Nagar via yusaku)

AMBARI-13469. spelling mistake in the help message for max capacity in capacity scheduler. (Gaurav Nagar via yusaku)


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

Branch: refs/heads/branch-dev-patch-upgrade
Commit: a5162a71c4a03d3ac803c69e17492132b829fd9c
Parents: 85bd7cd
Author: Yusaku Sako <yu...@hortonworks.com>
Authored: Wed Oct 21 14:56:38 2015 -0700
Committer: Yusaku Sako <yu...@hortonworks.com>
Committed: Wed Oct 21 14:56:38 2015 -0700

----------------------------------------------------------------------
 .../src/main/resources/ui/app/templates/capacityEditForm.hbs     | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/a5162a71/contrib/views/capacity-scheduler/src/main/resources/ui/app/templates/capacityEditForm.hbs
----------------------------------------------------------------------
diff --git a/contrib/views/capacity-scheduler/src/main/resources/ui/app/templates/capacityEditForm.hbs b/contrib/views/capacity-scheduler/src/main/resources/ui/app/templates/capacityEditForm.hbs
index dd55396..78aca04 100644
--- a/contrib/views/capacity-scheduler/src/main/resources/ui/app/templates/capacityEditForm.hbs
+++ b/contrib/views/capacity-scheduler/src/main/resources/ui/app/templates/capacityEditForm.hbs
@@ -46,7 +46,7 @@
     <div {{bind-attr class=":form-group this.isValid::has-error" }}>
       {{tooltip-label
         label='Max Capacity:'
-        message= 'The cap (maximum capacity) as a percentage of total capacity that this quire can utilize.'
+        message= 'The cap (maximum capacity) as a percentage of total capacity that this queue can utilize.'
       }}
       <div class="form-group">
         <div class="input-group input-percent">
@@ -80,7 +80,7 @@
     <div class="form-group">
       {{#tooltip-label
         label='Max Capacity:'
-        message= 'The cap (maximum capacity) as a percentage of total capacity that this quire can utilize.'
+        message= 'The cap (maximum capacity) as a percentage of total capacity that this queue can utilize.'
       }}
         <span>{{maximum_capacity}}%</span>
       {{/tooltip-label}}