HBASE-13843 Correct typo in ReplicationAdmin

Signed-off-by: Sean Busbey <busbey@apache.org>
This commit is contained in:
Gábor Lipták 2015-06-04 19:26:52 -04:00 committed by Sean Busbey
parent f9b17bfd37
commit d51a184051
1 changed files with 1 additions and 1 deletions

View File

@ -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.