doc: Fix a small typo in apiref
authorPetri Lehtinen <petri@digip.org>
Thu, 15 Oct 2009 14:39:49 +0000 (17:39 +0300)
committerPetri Lehtinen <petri@digip.org>
Thu, 15 Oct 2009 14:39:49 +0000 (17:39 +0300)
doc/apiref.rst

index cc36117..d6904eb 100644 (file)
@@ -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