summaryrefslogtreecommitdiff
path: root/pythonmod/doc
diff options
context:
space:
mode:
Diffstat (limited to 'pythonmod/doc')
-rw-r--r--pythonmod/doc/examples/example5.rst2
-rw-r--r--pythonmod/doc/modules/struct.rst6
-rw-r--r--pythonmod/doc/usecase.rst2
3 files changed, 5 insertions, 5 deletions
diff --git a/pythonmod/doc/examples/example5.rst b/pythonmod/doc/examples/example5.rst
index 938d8941bc9c..8b9d145d1429 100644
--- a/pythonmod/doc/examples/example5.rst
+++ b/pythonmod/doc/examples/example5.rst
@@ -90,7 +90,7 @@ We can also remove an EDNS option code from an EDNS option list.
log_info("python: Option code {} was not found in the "
"list.".format(code))
-.. note:: All occurences of the EDNS option code will be removed from the list:
+.. note:: All occurrences of the EDNS option code will be removed from the list:
Controlling other modules' cache behavior
diff --git a/pythonmod/doc/modules/struct.rst b/pythonmod/doc/modules/struct.rst
index de7c084e9008..310cf552456e 100644
--- a/pythonmod/doc/modules/struct.rst
+++ b/pythonmod/doc/modules/struct.rst
@@ -12,7 +12,7 @@ module_qstate
.. attribute:: qinfo
- (:class:`query_info`) Informations about query being answered. Name, RR type, RR class.
+ (:class:`query_info`) Information about query being answered. Name, RR type, RR class.
.. attribute:: query_flags
@@ -256,7 +256,7 @@ dns_msg
.. attribute:: qinfo
- (:class:`query_info`) Informations about query.
+ (:class:`query_info`) Information about query.
.. attribute:: rep
@@ -440,7 +440,7 @@ DNSMessage
.. method:: set_return_msg(self, qstate)
- This method fills qstate return message according to the given informations.
+ This method fills qstate return message according to the given information.
It takes lists of RRs in each section of answer, created necessary RRsets in wire format and store the result in :attr:`qstate.return_msg`.
Returns 1 if OK.
diff --git a/pythonmod/doc/usecase.rst b/pythonmod/doc/usecase.rst
index 5845061b02b3..27985e0394d5 100644
--- a/pythonmod/doc/usecase.rst
+++ b/pythonmod/doc/usecase.rst
@@ -21,7 +21,7 @@ almost every mail server supports DNS based blacklisting.
DNS based Wake-On-Lan
---------------------
-Controled by secured queries secured with private key.
+Controlled by secured queries secured with private key.
Dynamic translation service
---------------------------