From c0a48fb4be7c939227c06a8c27ad84292a7177f2 Mon Sep 17 00:00:00 2001 From: Kevin Gillette Date: Thu, 11 Sep 2014 20:50:44 -0600 Subject: [PATCH] Fixed typo in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bd2a5c7..67efda9 100644 --- a/README.md +++ b/README.md @@ -427,7 +427,7 @@ Here are a few things to note when evaluating and using Bolt: * Bulk loading a lot of random writes into a new bucket can be slow as the page will not split until the transaction is committed. Randomly inserting more than 100,000 key/value pairs into a single new bucket in a single - tranaction is not advised. + transaction is not advised. ## Other Projects Using Bolt