]> git.sur5r.net Git - openldap/commitdiff
Fix typo from 7aba5f5ab92a3fa92de001edb2c5ff4b04fd7d0d
authorHoward Chu <hyc@symas.com>
Sat, 20 Apr 2013 16:47:33 +0000 (09:47 -0700)
committerHoward Chu <hyc@symas.com>
Sat, 20 Apr 2013 16:47:33 +0000 (09:47 -0700)
libraries/liblmdb/lmdb.h

index 4906472f24d7a120636c1b07650e366eb8a8ce55..280b43795c4793c1526f42d926fb58d98c8ff835 100644 (file)
@@ -711,7 +711,7 @@ int  mdb_env_set_maxdbs(MDB_env *env, MDB_dbi dbs);
         * errors are:
         * <ul>
         *      <li>#MDB_PANIC - a fatal error occurred earlier and the environment
--       *              must be shut down.
+        *              must be shut down.
         *      <li>#MDB_MAP_RESIZED - another process wrote data beyond this MDB_env's
         *              mapsize and the environment must be shut down.
         *      <li>#MDB_READERS_FULL - a read-only transaction was requested and