maoling created ZOOKEEPER-4007:
----------------------------------
Summary: 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: maoling
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)
