diff options
| author | Keith Wall <kwall@apache.org> | 2013-05-20 11:58:04 +0000 |
|---|---|---|
| committer | Keith Wall <kwall@apache.org> | 2013-05-20 11:58:04 +0000 |
| commit | adc795cc6f486ef884fca2cb450685def0b8dcbd (patch) | |
| tree | a2640740f7320f55219d32039327d5aa00bb90e7 | |
| parent | e6e9bb27c25a8e6bd981922c34deb6a78348ecfe (diff) | |
| download | qpid-python-adc795cc6f486ef884fca2cb450685def0b8dcbd.tar.gz | |
NO-JIRA: Java Broker docbook - Correct spelling error
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1484441 13f79535-47bb-0310-9956-ffa450edef68
| -rw-r--r-- | qpid/doc/book/src/java-broker/Java-Broker-Queues-OtherTypes.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qpid/doc/book/src/java-broker/Java-Broker-Queues-OtherTypes.xml b/qpid/doc/book/src/java-broker/Java-Broker-Queues-OtherTypes.xml index 87ba0cfb29..674dabec54 100644 --- a/qpid/doc/book/src/java-broker/Java-Broker-Queues-OtherTypes.xml +++ b/qpid/doc/book/src/java-broker/Java-Broker-Queues-OtherTypes.xml @@ -332,7 +332,7 @@ managedBroker.createNewQueue("myqueue", null, true, arguments);]]></programlisti <para> It is important to note that there is no need to provide the actual group identifer values that will be used. The broker learns these values as messages are - recieved. Also, there is no practical limit - aside from resource limitations - + received. Also, there is no practical limit - aside from resource limitations - to the number of different groups that the broker can track at run time. </para> </section> |
