[
https://issues.apache.org/jira/browse/HBASE-19244?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Ted Yu updated HBASE-19244:
---------------------------
Resolution: Fixed
Hadoop Flags: Reviewed
Fix Version/s: 2.0.0-beta-1
Status: Resolved (was: Patch Available)
Thanks for the patch, Clay.
> Fix simple typos in HBASE-15518 descriptions
> --------------------------------------------
>
> Key: HBASE-19244
> URL: https://issues.apache.org/jira/browse/HBASE-19244
> Project: HBase
> Issue Type: Bug
> Reporter: Clay B.
> Assignee: Clay B.
> Priority: Trivial
> Fix For: 2.0.0-beta-1
>
> Attachments: HBASE-19244_001.patch
>
>
> It looks like the word "of" got typoed to "fo" in the following variables in
> {{MetricsTableSource.java}}:
> {code}
> String READ_REQUEST_COUNT = "readRequestCount";
> String READ_REQUEST_COUNT_DESC = "Number fo read requests";
> String WRITE_REQUEST_COUNT = "writeRequestCount";
> String WRITE_REQUEST_COUNT_DESC = "Number fo write requests";
> String TOTAL_REQUEST_COUNT = "totalRequestCount";
> String TOTAL_REQUEST_COUNT_DESC = "Number fo total requests";
> {code}
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)