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/22 15:56:53 UTC

hbase git commit: HBASE-13843 Correct typo in ReplicationAdmin

Repository: hbase
Updated Branches:
  refs/heads/master f9b17bfd3 -> d51a18405


HBASE-13843 Correct typo in ReplicationAdmin

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/d51a1840
Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/d51a1840
Diff: http://git-wip-us.apache.org/repos/asf/hbase/diff/d51a1840

Branch: refs/heads/master
Commit: d51a184051d968dc3bdc00b1c9257c0a9e5ff8a6
Parents: f9b17bf
Author: Gábor Lipták <gl...@gmail.com>
Authored: Thu Jun 4 19:26:52 2015 -0400
Committer: Sean Busbey <bu...@apache.org>
Committed: Mon Jun 22 08:54:01 2015 -0500

----------------------------------------------------------------------
 .../apache/hadoop/hbase/client/replication/ReplicationAdmin.java   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hbase/blob/d51a1840/hbase-client/src/main/java/org/apache/hadoop/hbase/client/replication/ReplicationAdmin.java
----------------------------------------------------------------------
diff --git a/hbase-client/src/main/java/org/apache/hadoop/hbase/client/replication/ReplicationAdmin.java b/hbase-client/src/main/java/org/apache/hadoop/hbase/client/replication/ReplicationAdmin.java
index c8b8b47..b33e64d 100644
--- a/hbase-client/src/main/java/org/apache/hadoop/hbase/client/replication/ReplicationAdmin.java
+++ b/hbase-client/src/main/java/org/apache/hadoop/hbase/client/replication/ReplicationAdmin.java
@@ -90,7 +90,7 @@ public class ReplicationAdmin implements Closeable {
   private static final Log LOG = LogFactory.getLog(ReplicationAdmin.class);
 
   public static final String TNAME = "tableName";
-  public static final String CFNAME = "columnFamlyName";
+  public static final String CFNAME = "columnFamilyName";
 
   // only Global for now, can add other type
   // such as, 1) no global replication, or 2) the table is replicated to this cluster, etc.