From 2e36a93c615e752264cc8e93f522243ee9b6d0de Mon Sep 17 00:00:00 2001 From: Bruce Mitchener Date: Thu, 21 Jul 2016 00:12:32 +0700 Subject: [PATCH] Fix typo. (#10) --- src/flags.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/flags.rs b/src/flags.rs index adcd913..23d417d 100644 --- a/src/flags.rs +++ b/src/flags.rs @@ -61,7 +61,7 @@ bitflags! { const MAP_ASYNC = MDB_MAPASYNC, #[doc="Don't use thread-local storage. Tie reader locktable slots to transaction objects"] - #[doc="instead of to threads. I.e. `RoTransaction::reset` keeps the slot reseved for the"] + #[doc="instead of to threads. I.e. `RoTransaction::reset` keeps the slot reserved for the"] #[doc="transaction object. A thread may use parallel read-only transactions. A read-only"] #[doc="transaction may span threads if the user synchronizes its use. Applications that"] #[doc="multiplex many the user synchronizes its use. Applications that multiplex many user"]