You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by st...@apache.org on 2011/07/16 01:44:38 UTC

svn commit: r1147348 - in /hbase/trunk/src/docbkx: book.xml preface.xml

Author: stack
Date: Fri Jul 15 23:44:37 2011
New Revision: 1147348

URL: http://svn.apache.org/viewvc?rev=1147348&view=rev
Log:
HBASE-4106 book.xml/preface.xml - 2 trivial fixes

Modified:
    hbase/trunk/src/docbkx/book.xml
    hbase/trunk/src/docbkx/preface.xml

Modified: hbase/trunk/src/docbkx/book.xml
URL: http://svn.apache.org/viewvc/hbase/trunk/src/docbkx/book.xml?rev=1147348&r1=1147347&r2=1147348&view=diff
==============================================================================
--- hbase/trunk/src/docbkx/book.xml (original)
+++ hbase/trunk/src/docbkx/book.xml Fri Jul 15 23:44:37 2011
@@ -759,7 +759,7 @@ which is usually what you want.  For exa
 		<programlisting>HBaseConfiguration conf = HBaseConfiguration.create();
 HTable table1 = new HTable(conf, "myTable");
 HTable table2 = new HTable(conf, "myTable");</programlisting>
-		a s opposed to this:
+		as opposed to this:
         <programlisting>HBaseConfiguration conf1 = HBaseConfiguration.create();
 HTable table1 = new HTable(conf1, "myTable");
 HBaseConfiguration conf2 = HBaseConfiguration.create();

Modified: hbase/trunk/src/docbkx/preface.xml
URL: http://svn.apache.org/viewvc/hbase/trunk/src/docbkx/preface.xml?rev=1147348&r1=1147347&r2=1147348&view=diff
==============================================================================
--- hbase/trunk/src/docbkx/preface.xml (original)
+++ hbase/trunk/src/docbkx/preface.xml Fri Jul 15 23:44:37 2011
@@ -19,8 +19,7 @@
   or <link xlink:href="http://wiki.apache.org/hadoop/Hbase">wiki</link> where
   the pertinent information can be found.</para>
 
-  <para>This book is a work in progress. It is lacking in many areas but we
-  hope to fill in the holes with time. Feel free to add to this book by adding
+  <para>This book is a work in progress.  Feel free to add to this book by adding
   a patch to an issue up in the HBase <link
   xlink:href="https://issues.apache.org/jira/browse/HBASE">JIRA</link>.</para>