aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Johnson <benbjohnson@yahoo.com>2014-09-11 21:17:28 -0600
committerBen Johnson <benbjohnson@yahoo.com>2014-09-11 21:17:28 -0600
commita6934a4f5bb773e42287b0cb29492eb34ceb0164 (patch)
tree3ff638574d63e0f46e7caf0ad9916045cea64220
parentMerge pull request #250 from guilhem/tentacool (diff)
parentFixed typo in README.md (diff)
downloaddedo-a6934a4f5bb773e42287b0cb29492eb34ceb0164.tar.gz
dedo-a6934a4f5bb773e42287b0cb29492eb34ceb0164.tar.xz
Merge pull request #252 from extemporalgenome/patch-1
Fixed typo in README.md
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
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