]> git.sur5r.net Git - openldap/blobdiff - libraries/liblmdb/lmdb.h
ITS#8605 - spelling fixes
[openldap] / libraries / liblmdb / lmdb.h
index 29135b7f062182dc3c03e68dab281cd7705ccdb0..3afcdd34b0d00abfd71f5750430590b7ca055fb6 100644 (file)
@@ -576,7 +576,7 @@ int  mdb_env_create(MDB_env **env);
         *      <li>#MDB_NOTLS
         *              Don't use Thread-Local Storage. Tie reader locktable slots to
         *              #MDB_txn objects instead of to threads. I.e. #mdb_txn_reset() keeps
-        *              the slot reseved for the #MDB_txn object. A thread may use parallel
+        *              the slot reserved for the #MDB_txn object. A thread may use parallel
         *              read-only transactions. A read-only transaction may span threads if
         *              the user synchronizes its use. Applications that multiplex many
         *              user threads over individual OS threads need this option. Such an