We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4faf507 commit 1c92a1fCopy full SHA for 1c92a1f
zookeeper-server/src/main/java/org/apache/zookeeper/ZKUtil.java
@@ -163,7 +163,7 @@ public static String validateFileInput(String filePath) {
163
return "Read permission is denied on the file '" + file.getAbsolutePath() + "'";
164
}
165
if (file.isDirectory()) {
166
- return "'" + file.getAbsolutePath() + "' is a directory. it must be a file.";
+ return "'" + file.getAbsolutePath() + "' is a direcory. it must be a file.";
167
168
return null;
169
0 commit comments