Skip to content

Commit 2464b4f

Browse files
committed
HBASE-29223 Fixed typo in catalogTables.jsp
1 parent 4a8a265 commit 2464b4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hbase-server/src/main/resources/hbase-webapps/master/catalogTables.jsp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
if (tableName.equals(TableName.META_TABLE_NAME)){
6060
description = "The hbase:meta table holds references to all User Table regions.";
6161
} else if (tableName.equals(CanaryTool.DEFAULT_WRITE_TABLE_NAME)){
62-
description = "The hbase:canary table is used to sniff the write availbility of"
62+
description = "The hbase:canary table is used to sniff the write availability of"
6363
+ " each regionserver.";
6464
} else if (tableName.equals(PermissionStorage.ACL_TABLE_NAME)){
6565
description = "The hbase:acl table holds information about acl.";

0 commit comments

Comments
 (0)