summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorKeith Wall <kwall@apache.org>2013-05-20 11:58:04 +0000
committerKeith Wall <kwall@apache.org>2013-05-20 11:58:04 +0000
commitfedd669aabc03fa4a1f71a41f91c0faca5b2b66f (patch)
tree205ec259ab7efccc5c21434ec499a4e49942951c /doc
parentb59af34d07b6c913a3fb5b91c23d1da8009b2017 (diff)
downloadqpid-python-fedd669aabc03fa4a1f71a41f91c0faca5b2b66f.tar.gz
NO-JIRA: Java Broker docbook - Correct spelling error
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1484441 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'doc')
-rw-r--r--doc/book/src/java-broker/Java-Broker-Queues-OtherTypes.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/book/src/java-broker/Java-Broker-Queues-OtherTypes.xml b/doc/book/src/java-broker/Java-Broker-Queues-OtherTypes.xml
index 87ba0cfb29..674dabec54 100644
--- a/doc/book/src/java-broker/Java-Broker-Queues-OtherTypes.xml
+++ b/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>