summaryrefslogtreecommitdiff
path: root/pythonmod/doc/examples/example3.rst
diff options
context:
space:
mode:
Diffstat (limited to 'pythonmod/doc/examples/example3.rst')
-rw-r--r--pythonmod/doc/examples/example3.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/pythonmod/doc/examples/example3.rst b/pythonmod/doc/examples/example3.rst
index 6213dc188f12..bc0e05f2e32e 100644
--- a/pythonmod/doc/examples/example3.rst
+++ b/pythonmod/doc/examples/example3.rst
@@ -10,7 +10,7 @@ As soon as the iterator module returns the response, we :
3. rewrite the data in cache
4. return modified packet
-Note that the steps 1 and 3 are neccessary only in case, the python module is the first module in the processing chain.
+Note that the steps 1 and 3 are necessary only in case, the python module is the first module in the processing chain.
In other cases, the validator module guarantees updating data which are produced by iterator module.
Complete source code