Index: src/docbkx/book.xml =================================================================== --- src/docbkx/book.xml (revision 1146748) +++ src/docbkx/book.xml (working copy) @@ -759,7 +759,7 @@ HBaseConfiguration conf = HBaseConfiguration.create(); HTable table1 = new HTable(conf, "myTable"); HTable table2 = new HTable(conf, "myTable"); - a s opposed to this: + as opposed to this: HBaseConfiguration conf1 = HBaseConfiguration.create(); HTable table1 = new HTable(conf1, "myTable"); HBaseConfiguration conf2 = HBaseConfiguration.create(); Index: src/docbkx/preface.xml =================================================================== --- src/docbkx/preface.xml (revision 1146729) +++ src/docbkx/preface.xml (working copy) @@ -19,8 +19,7 @@ or wiki where the pertinent information can be found. - 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 + 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 JIRA.