Skip to content

Commit c4775e9

Browse files
committed
fix typo. recieve => receive
1 parent 7252295 commit c4775e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

readme.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
Easily ingest messages from POP3, IMAP, or local mailboxes into your Django application.
1212

1313
This app allows you to either ingest e-mail content from common e-mail services (as long as the service provides POP3 or IMAP support),
14-
or directly recieve e-mail messages from ``stdin`` (for locally processing messages from Postfix or Exim4).
14+
or directly receive e-mail messages from ``stdin`` (for locally processing messages from Postfix or Exim4).
1515

1616
These ingested messages will be stored in the database in Django models and you can process their content at will,
1717
or -- if you're in a hurry -- by using a signal receiver.

0 commit comments

Comments
 (0)