summaryrefslogtreecommitdiff
path: root/qpid/specs
diff options
context:
space:
mode:
authorTed Ross <tross@apache.org>2011-08-22 16:30:09 +0000
committerTed Ross <tross@apache.org>2011-08-22 16:30:09 +0000
commit830aa9029a234ef12a4baf207ed30849629c50a2 (patch)
treee6667c7df859b3096999230295bfaeb95c453f06 /qpid/specs
parent195b9a2ea5124d7d887e6addffbe779320dbcaab (diff)
downloadqpid-python-830aa9029a234ef12a4baf207ed30849629c50a2.tar.gz
QPID-3441 - Correct spelling error in C++ broker's QMF schema
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1160325 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/specs')
-rw-r--r--qpid/specs/management-schema.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/qpid/specs/management-schema.xml b/qpid/specs/management-schema.xml
index d43ee1b69c..88ea92970f 100644
--- a/qpid/specs/management-schema.xml
+++ b/qpid/specs/management-schema.xml
@@ -254,7 +254,7 @@
<property name="vhostRef" type="objId" references="Vhost" access="RC" index="y" parentRef="y"/>
<property name="address" type="sstr" access="RC" index="y"/>
<property name="incoming" type="bool" access="RC"/>
- <property name="SystemConnection" type="bool" access="RC" desc="Infrastucture/ Inter-system connection (Cluster, Federation, ...)"/>
+ <property name="SystemConnection" type="bool" access="RC" desc="Infrasrtucture/ Inter-system connection (Cluster, Federation, ...)"/>
<property name="userProxyAuth" type="bool" access="RO" desc="Authorization to proxy for users not on broker"/>
<property name="federationLink" type="bool" access="RO" desc="Is this a federation link"/>
<property name="authIdentity" type="sstr" access="RO" desc="authId of connection if authentication enabled"/>