diff options
| author | Ted Ross <tross@apache.org> | 2011-08-22 16:33:36 +0000 |
|---|---|---|
| committer | Ted Ross <tross@apache.org> | 2011-08-22 16:33:36 +0000 |
| commit | 5ff7ed22ffc9edc605777af22c584a68393bf439 (patch) | |
| tree | 4f27649b53b5c1089bad23f04a208165bea8a31f /specs | |
| parent | efbbd3c03d8ddff765758984383fc36eebc39653 (diff) | |
| download | qpid-python-5ff7ed22ffc9edc605777af22c584a68393bf439.tar.gz | |
QPID-3441
I can't believe it took me two commits to fix this issue!
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1160326 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'specs')
| -rw-r--r-- | specs/management-schema.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/specs/management-schema.xml b/specs/management-schema.xml index 88ea92970f..6490d6ad16 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="Infrasrtucture/ Inter-system connection (Cluster, Federation, ...)"/> + <property name="SystemConnection" type="bool" access="RC" desc="Infrastructure/ 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"/> |
