summaryrefslogtreecommitdiff
path: root/doc/src
diff options
context:
space:
mode:
Diffstat (limited to 'doc/src')
-rw-r--r--doc/src/advanced.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/advanced.rst b/doc/src/advanced.rst
index 12a7ddc..d3fdcfb 100644
--- a/doc/src/advanced.rst
+++ b/doc/src/advanced.rst
@@ -228,7 +228,7 @@ manner.
.. _NOTIFY: http://www.postgresql.org/docs/8.4/static/sql-notify.html
Notification are received after every query execution. If the user is interested
-in receiveing notification but not in performing any query, the
+in receiving notification but not in performing any query, the
`~connection.poll()` method can be used to check for notification without
wasting resources.