summaryrefslogtreecommitdiff
path: root/libunbound/python
diff options
context:
space:
mode:
Diffstat (limited to 'libunbound/python')
-rw-r--r--libunbound/python/doc/examples/example4.rst2
-rw-r--r--libunbound/python/libunbound.i2
2 files changed, 2 insertions, 2 deletions
diff --git a/libunbound/python/doc/examples/example4.rst b/libunbound/python/doc/examples/example4.rst
index 3b43eb85f939..a95be52fb465 100644
--- a/libunbound/python/doc/examples/example4.rst
+++ b/libunbound/python/doc/examples/example4.rst
@@ -31,6 +31,6 @@ Source code
else:
print "Result is insecure"
-More detailed informations can be seen in libUnbound DNSSEC tutorial `here`_.
+More detailed information can be seen in libUnbound DNSSEC tutorial `here`_.
.. _here: http://www.unbound.net/documentation/libunbound-tutorial-6.html
diff --git a/libunbound/python/libunbound.i b/libunbound/python/libunbound.i
index 763879e80869..c9549bf9008d 100644
--- a/libunbound/python/libunbound.i
+++ b/libunbound/python/libunbound.i
@@ -363,7 +363,7 @@ Result: ['74.125.43.147', '74.125.43.99', '74.125.43.103', '74.125.43.104']
ctx.debuglevel(3)
ctx.debugout(fw)
- Another option is to print the debug informations to stderr output
+ Another option is to print the debug information to stderr output
::