You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by ea...@apache.org on 2017/08/28 14:41:29 UTC

qpid-dispatch git commit: ENTMQIC-1950 Fix spelling error

Repository: qpid-dispatch
Updated Branches:
  refs/heads/master c52d8969e -> 27665df89


ENTMQIC-1950 Fix spelling error


Project: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/repo
Commit: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/commit/27665df8
Tree: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/tree/27665df8
Diff: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/diff/27665df8

Branch: refs/heads/master
Commit: 27665df8909e9d9fad99c9fea914e2c22bdd121b
Parents: c52d896
Author: Ernest Allen <ea...@redhat.com>
Authored: Mon Aug 28 10:40:56 2017 -0400
Committer: Ernest Allen <ea...@redhat.com>
Committed: Mon Aug 28 10:40:56 2017 -0400

----------------------------------------------------------------------
 console/hawtio/src/main/webapp/plugin/js/qdrOverview.js | 2 +-
 console/stand-alone/plugin/js/qdrOverview.js            | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/qpid-dispatch/blob/27665df8/console/hawtio/src/main/webapp/plugin/js/qdrOverview.js
----------------------------------------------------------------------
diff --git a/console/hawtio/src/main/webapp/plugin/js/qdrOverview.js b/console/hawtio/src/main/webapp/plugin/js/qdrOverview.js
index 62a3086..f89b2bc 100644
--- a/console/hawtio/src/main/webapp/plugin/js/qdrOverview.js
+++ b/console/hawtio/src/main/webapp/plugin/js/qdrOverview.js
@@ -944,7 +944,7 @@ var QDR = (function (QDR) {
 
     // get info for a single connection
     $scope.gridModes = [{
-        content: '<a><i class="icon-list"></i> Attriutes</a>',
+        content: '<a><i class="icon-list"></i> Attributes</a>',
         id: 'attributes',
         title: "View attributes"
       },

http://git-wip-us.apache.org/repos/asf/qpid-dispatch/blob/27665df8/console/stand-alone/plugin/js/qdrOverview.js
----------------------------------------------------------------------
diff --git a/console/stand-alone/plugin/js/qdrOverview.js b/console/stand-alone/plugin/js/qdrOverview.js
index 3c30642..c271a64 100644
--- a/console/stand-alone/plugin/js/qdrOverview.js
+++ b/console/stand-alone/plugin/js/qdrOverview.js
@@ -1014,7 +1014,7 @@ QDR.log.debug("linkInfo called for " + link.data.key)
 
     // get info for a single connection
     $scope.gridModes = [{
-        content: '<a><i class="icon-list"></i> Attriutes</a>',
+        content: '<a><i class="icon-list"></i> Attributes</a>',
         id: 'attributes',
         title: "View attributes"
       },


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@qpid.apache.org
For additional commands, e-mail: commits-help@qpid.apache.org