[
https://issues.apache.org/jira/browse/ZOOKEEPER-4007?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
ASF GitHub Bot updated ZOOKEEPER-4007:
--------------------------------------
Labels: pull-request-available (was: )
> A typo in the ZKUtil#validateFileInput method
> ---------------------------------------------
>
> Key: ZOOKEEPER-4007
> URL: https://issues.apache.org/jira/browse/ZOOKEEPER-4007
> Project: ZooKeeper
> Issue Type: Bug
> Components: server
> Reporter: Ling Mao
> Priority: Trivial
> Labels: pull-request-available
> Time Spent: 10m
> Remaining Estimate: 0h
>
> Here direcory is a typo
> {code:java}
> if (file.isDirectory()) {
> return "'" + file.getAbsolutePath() + "' is a direcory. it must be a
> file.";
> }
> {code}
--
This message was sent by Atlassian Jira
(v8.3.4#803005)