aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorPetri Lehtinen <petri@digip.org>2016-06-24 06:55:49 +0300
committerPetri Lehtinen <petri@digip.org>2016-06-24 06:55:49 +0300
commit7daffabf079d776c7c87ebdaf880b2f8ade77e1d (patch)
treeccfba05d05d72e3bdde9dfdea8a5070464293f1a /doc
parent9df267054fda51cbe3851a8c299ab95049ff6e64 (diff)
downloadjansson-7daffabf079d776c7c87ebdaf880b2f8ade77e1d.zip
jansson-7daffabf079d776c7c87ebdaf880b2f8ade77e1d.tar.gz
jansson-7daffabf079d776c7c87ebdaf880b2f8ade77e1d.tar.bz2
Fix a typo
Diffstat (limited to 'doc')
-rw-r--r--doc/apiref.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/apiref.rst b/doc/apiref.rst
index 5f08c16..0ab2348 100644
--- a/doc/apiref.rst
+++ b/doc/apiref.rst
@@ -687,7 +687,7 @@ allowed in object keys.
The following functions can be used to iterate through all key-value
pairs in an object. The items are returned in the order they were
-inserted to to obhect.
+inserted to the object.
.. function:: void *json_object_iter(json_t *object)