This is an automated email from the ASF dual-hosted git repository.

jdanek pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/qpid-dispatch.git


The following commit(s) were added to refs/heads/master by this push:
     new b01c5a7  NO-JIRA Fix capitalization of "Qpid Dispatch Router" (#985)
b01c5a7 is described below

commit b01c5a7286849c053db9548dbb7586713211eed3
Author: Jiri Daněk <jda...@redhat.com>
AuthorDate: Mon Jan 18 22:18:24 2021 +0100

    NO-JIRA Fix capitalization of "Qpid Dispatch Router" (#985)
---
 CMakeLists.txt                                | 2 +-
 Dockerfile                                    | 2 +-
 console/react/src/connect/connect-form.js     | 2 +-
 console/react/src/connect/connectPage.js      | 2 +-
 console/react/test_data/schema.js             | 2 +-
 python/qpid_dispatch/management/qdrouter.json | 2 +-
 6 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 5dd4aaa..1c949f9 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -134,7 +134,7 @@ set(QPID_DISPATCH_HOME "lib/qpid-dispatch" CACHE PATH 
"Private Dispatch library
 set(LIB_INSTALL_DIR "lib${LIB_SUFFIX}" CACHE PATH "Library object file 
directory")
 set(SHARE_INSTALL_DIR share CACHE PATH "Shared read only data directory")
 set(DOC_INSTALL_DIR ${SHARE_INSTALL_DIR}/doc CACHE PATH "Documentation 
directory")
-set(QD_DOC_INSTALL_DIR ${SHARE_INSTALL_DIR}/doc/qpid-dispatch CACHE PATH "Qpid 
dispatch documentation directory")
+set(QD_DOC_INSTALL_DIR ${SHARE_INSTALL_DIR}/doc/qpid-dispatch CACHE PATH "Qpid 
Dispatch documentation directory")
 set(MAN_INSTALL_DIR share/man CACHE PATH "Manpage directory")
 set(QPID_DISPATCH_HOME_INSTALLED ${CMAKE_INSTALL_PREFIX}/${QPID_DISPATCH_HOME})
 
diff --git a/Dockerfile b/Dockerfile
index 52eeb07..0dd28d7 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -17,7 +17,7 @@
 # under the License.
 #
 
-# Downloads, builds and installs apache proton and qpid dispatch on Centos and 
starts the dispatch router
+# Downloads, builds and installs Apache Qpid Proton and Qpid Dispatch on 
CentOS and starts the dispatch router
 # /main is the top level folder under which proton (/main/qpid-proton/) and 
dispatch (/main/qpid-dispatch) source code is downloaded from github
 # /usr/lib64 is the folder in which the proton artifacts are installed.
 # /usr/sbin is the folder in which dispatch executable installed
diff --git a/console/react/src/connect/connect-form.js 
b/console/react/src/connect/connect-form.js
index 2875180..074aa05 100644
--- a/console/react/src/connect/connect-form.js
+++ b/console/react/src/connect/connect-form.js
@@ -152,7 +152,7 @@ class ConnectForm extends React.Component {
               <TextContent className="connect-title">
                 <Text component={TextVariants.h1}>Connect</Text>
                 <Text component={TextVariants.p}>
-                  Enter the address and an HTTP-enabled port of a qpid 
dispatch router.
+                  Enter the address and an HTTP-enabled port of a Qpid 
Dispatch Router.
                 </Text>
               </TextContent>
               <FormGroup
diff --git a/console/react/src/connect/connectPage.js 
b/console/react/src/connect/connectPage.js
index dda2034..11a9bb3 100644
--- a/console/react/src/connect/connectPage.js
+++ b/console/react/src/connect/connectPage.js
@@ -82,7 +82,7 @@ class ConnectPage extends React.Component {
           </TextContent>
           <TextContent>
             <Text component="h2" className="connect-description">
-              The console displays information about a qpid dispatch router 
network. It
+              The console displays information about a Qpid Dispatch Router 
network. It
               allows monitoring and management control of the router's 
entities.
             </Text>
             <Text component="h2" className="connect-description">
diff --git a/console/react/test_data/schema.js 
b/console/react/test_data/schema.js
index 6054ea5..7dcde01 100644
--- a/console/react/test_data/schema.js
+++ b/console/react/test_data/schema.js
@@ -345,7 +345,7 @@ export default {
       },
       singleton: true,
       fullyQualifiedType: "org.apache.qpid.dispatch.management",
-      description: "Qpid dispatch router extensions to the standard 
org.amqp.management interface."
+      description: "Qpid Dispatch Router extensions to the standard 
org.amqp.management interface."
     },
     log: {
       operations: ["UPDATE", "READ"],
diff --git a/python/qpid_dispatch/management/qdrouter.json 
b/python/qpid_dispatch/management/qdrouter.json
index 89a35a2..6350b68 100644
--- a/python/qpid_dispatch/management/qdrouter.json
+++ b/python/qpid_dispatch/management/qdrouter.json
@@ -287,7 +287,7 @@
         },
 
         "management": {
-            "description": "Qpid dispatch router extensions to the standard 
org.amqp.management interface.",
+            "description": "Qpid Dispatch Router extensions to the standard 
org.amqp.management interface.",
             "extends": "org.amqp.management",
             "singleton": true,
             "operations": ["GET-SCHEMA", "GET-JSON-SCHEMA", "GET-LOG", 
"PROFILE"],


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

Reply via email to