This is an automated email from the ASF dual-hosted git repository.
rombert pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-mom.git
The following commit(s) were added to refs/heads/master by this push:
new 520de76 Fixed Spelling.
520de76 is described below
commit 520de767dc7cf5351570ef12af0dd54b30db64b0
Author: Jimmy Casey <[email protected]>
AuthorDate: Sun Jul 29 21:30:24 2018 +0000
Fixed Spelling.
---
README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
index 58d559b..0d71672 100644
--- a/README.md
+++ b/README.md
@@ -53,7 +53,7 @@ To add a message to a named queue use the [QueueManager
API](src/main/java/org/a
name is the name of the queue.
message is the message in map of maps form.
-To recieve messages from the queue ise the [QueueManager
API](src/main/java/org/apache/sling/mom/QueueManager.java)
+To receive messages from the queue use the [QueueManager
API](src/main/java/org/apache/sling/mom/QueueManager.java)
QueueSession queueSession = queueManager.open( QueueReader
queueReader, String name, MessageFilter messageFilter);