summaryrefslogtreecommitdiff
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
commitefbbd3c03d8ddff765758984383fc36eebc39653 (patch)
tree45e38519e462233b116d88e24b80262452ddb606
parent96f6aa7c6bdef450851ca1c1f90a6e4f8497811a (diff)
downloadqpid-python-efbbd3c03d8ddff765758984383fc36eebc39653.tar.gz
QPID-3441 - Correct spelling error in C++ broker's QMF schema
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1160325 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--specs/management-schema.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/specs/management-schema.xml b/specs/management-schema.xml
index d43ee1b69c..88ea92970f 100644
--- a/specs/management-schema.xml
+++ b/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"/>