wording.


git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@103658 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/www/index.html b/www/index.html
index a0c60fb..2b5b7ac 100644
--- a/www/index.html
+++ b/www/index.html
@@ -91,8 +91,8 @@
       experience of libstdc++ developers) is that adding support for C++0x (in
       particular rvalue references and move-only types) requires changes to
       almost every class and function, essentially amounting to a rewrite.
-      Faced with a rewrite, we decided to  start from scratch and evaluate every
-      decision based from first principles based on experience.</p>
+      Faced with a rewrite, we decided to start from scratch and evaluate every
+      design decision from first principles based on experience.</p>
       
       <p>Further, both projects are apparently abandoned: STLport 5.2.1 was
       released in Oct'08, and STDCXX 4.2.1 in May'08.</p>