Index: /trunk/website/index.bml
===================================================================
--- /trunk/website/index.bml (revision 478)
+++ /trunk/website/index.bml (revision 794)
@@ -36,5 +36,5 @@
 
 <?h1 Shouldn't the database do this? h1?>
-<p>Regardless of what database you use (MS-SQL, Oracle, Postgres, MysQL-InnoDB, etc..), there's a lot of overhead in implementing <a href="http://www.wikipedia.org/wiki/ACID">ACID</a> properties in a RDBMS, especially when disks are involved, which means queries are going to block.  For databases that aren't ACID-compliant (like MySQL-MyISAM), that overhead doesn't exist, but reading threads block on the writing threads.</p>
+<p>Regardless of what database you use (MS-SQL, Oracle, Postgres, MySQL-InnoDB, etc..), there's a lot of overhead in implementing <a href="http://www.wikipedia.org/wiki/ACID">ACID</a> properties in a RDBMS, especially when disks are involved, which means queries are going to block.  For databases that aren't ACID-compliant (like MySQL-MyISAM), that overhead doesn't exist, but reading threads block on the writing threads.</p>
 <p><?memd?> never blocks.  See the "Is memcached fast?" question below.</p>
 
@@ -77,5 +77,5 @@
 they'll eventually consume all your resources.  You'll find yourself
 adding replicated slaves at an ever-increasing rate to make up for the
-diminishing returns each addition slave provides.</p>
+diminishing returns each additional slave provides.</p>
 
 <p>The next logical step is to horizontally partition your dataset
