aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPetri Lehtinen <petri@digip.org>2009-10-15 17:39:49 +0300
committerPetri Lehtinen <petri@digip.org>2009-10-15 17:39:49 +0300
commit76999799ed675a8d6922a8f7c61cf1712f6f3d1f (patch)
tree64a13ae1204bd7f06cbc623b5a1c20cb69e322ec
parent22af193a51a48d913afa86577a30189007ac86e8 (diff)
downloadjansson-76999799ed675a8d6922a8f7c61cf1712f6f3d1f.zip
jansson-76999799ed675a8d6922a8f7c61cf1712f6f3d1f.tar.gz
jansson-76999799ed675a8d6922a8f7c61cf1712f6f3d1f.tar.bz2
doc: Fix a small typo in apiref
-rw-r--r--doc/apiref.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/apiref.rst b/doc/apiref.rst
index cc36117..d6904eb 100644
--- a/doc/apiref.rst
+++ b/doc/apiref.rst
@@ -147,7 +147,7 @@ the value is no longer needed, :cfunc:`json_decref` should be called
to release the reference.
Normally, all functions accepting a JSON value as an argument will
-nmanage the reference, i.e. increase and decrease the reference count
+manage the reference, i.e. increase and decrease the reference count
as needed. However, some functions **steal** the reference, i.e. they
have the same result as if the user called :cfunc:`json_decref()` on
the argument right after calling the function. These are usually