You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by bu...@apache.org on 2015/06/26 18:51:46 UTC

hbase git commit: HBASE-13869 Fix typo in docs

Repository: hbase
Updated Branches:
  refs/heads/master 183fa5d23 -> 0f9c31796


HBASE-13869 Fix typo in docs

Signed-off-by: Sean Busbey <bu...@apache.org>


Project: http://git-wip-us.apache.org/repos/asf/hbase/repo
Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/0f9c3179
Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/0f9c3179
Diff: http://git-wip-us.apache.org/repos/asf/hbase/diff/0f9c3179

Branch: refs/heads/master
Commit: 0f9c31796850192d2e604036c991e5a607ae4c2e
Parents: 183fa5d
Author: Gábor Lipták <gl...@gmail.com>
Authored: Tue Jun 9 21:04:55 2015 -0400
Committer: Sean Busbey <bu...@apache.org>
Committed: Fri Jun 26 11:48:36 2015 -0500

----------------------------------------------------------------------
 src/main/asciidoc/_chapters/schema_design.adoc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hbase/blob/0f9c3179/src/main/asciidoc/_chapters/schema_design.adoc
----------------------------------------------------------------------
diff --git a/src/main/asciidoc/_chapters/schema_design.adoc b/src/main/asciidoc/_chapters/schema_design.adoc
index 55ad672..a212a5c 100644
--- a/src/main/asciidoc/_chapters/schema_design.adoc
+++ b/src/main/asciidoc/_chapters/schema_design.adoc
@@ -712,7 +712,7 @@ See https://hbase.apache.org/apidocs/org/apache/hadoop/hbase/client/Scan.html#se
 ====
 
 [[schema.casestudies.log_timeseries.varkeys]]
-==== Variangle Length or Fixed Length Rowkeys?
+==== Variable Length or Fixed Length Rowkeys?
 
 It is critical to remember that rowkeys are stamped on every column in HBase.
 If the hostname is `a` and the event type is `e1` then the resulting rowkey would be quite small.