You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by tr...@apache.org on 2011/08/22 18:30:09 UTC

svn commit: r1160325 - /qpid/trunk/qpid/specs/management-schema.xml

Author: tross
Date: Mon Aug 22 16:30:09 2011
New Revision: 1160325

URL: http://svn.apache.org/viewvc?rev=1160325&view=rev
Log:
QPID-3441 - Correct spelling error in C++ broker's QMF schema

Modified:
    qpid/trunk/qpid/specs/management-schema.xml

Modified: qpid/trunk/qpid/specs/management-schema.xml
URL: http://svn.apache.org/viewvc/qpid/trunk/qpid/specs/management-schema.xml?rev=1160325&r1=1160324&r2=1160325&view=diff
==============================================================================
--- qpid/trunk/qpid/specs/management-schema.xml (original)
+++ qpid/trunk/qpid/specs/management-schema.xml Mon Aug 22 16:30:09 2011
@@ -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"/>



---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project:      http://qpid.apache.org
Use/Interact: mailto:commits-subscribe@qpid.apache.org


Re: svn commit: r1160325 - /qpid/trunk/qpid/specs/management-schema.xml

Posted by Gordon Sim <gs...@redhat.com>.
On 08/22/2011 05:30 PM, tross@apache.org wrote:
> Author: tross
> Date: Mon Aug 22 16:30:09 2011
> New Revision: 1160325
>
> URL: http://svn.apache.org/viewvc?rev=1160325&view=rev
> Log:
> QPID-3441 - Correct spelling error in C++ broker's QMF schema
>
> Modified:
>      qpid/trunk/qpid/specs/management-schema.xml
>
> Modified: qpid/trunk/qpid/specs/management-schema.xml
> URL: http://svn.apache.org/viewvc/qpid/trunk/qpid/specs/management-schema.xml?rev=1160325&r1=1160324&r2=1160325&view=diff
> ==============================================================================
> --- qpid/trunk/qpid/specs/management-schema.xml (original)
> +++ qpid/trunk/qpid/specs/management-schema.xml Mon Aug 22 16:30:09 2011
> @@ -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"/>

I think you have swapped one type for another there ;-)

---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project:      http://qpid.apache.org
Use/Interact: mailto:dev-subscribe@qpid.apache.org