We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a8a265 commit 2464b4fCopy full SHA for 2464b4f
hbase-server/src/main/resources/hbase-webapps/master/catalogTables.jsp
@@ -59,7 +59,7 @@
59
if (tableName.equals(TableName.META_TABLE_NAME)){
60
description = "The hbase:meta table holds references to all User Table regions.";
61
} else if (tableName.equals(CanaryTool.DEFAULT_WRITE_TABLE_NAME)){
62
- description = "The hbase:canary table is used to sniff the write availbility of"
+ description = "The hbase:canary table is used to sniff the write availability of"
63
+ " each regionserver.";
64
} else if (tableName.equals(PermissionStorage.ACL_TABLE_NAME)){
65
description = "The hbase:acl table holds information about acl.";
0 commit comments