提交 600daf2e 编写于 作者: D dxu

8025698: (fs) Typo in exception thrown by encode() in UnixPath.java

Reviewed-by: dxu, mduigou, henryjen, weijun
Contributed-by: ajuckel@gmail.com
上级 ca38f8de
...@@ -145,7 +145,7 @@ class UnixPath ...@@ -145,7 +145,7 @@ class UnixPath
} }
if (error) { if (error) {
throw new InvalidPathException(input, throw new InvalidPathException(input,
"Malformed input or input contains unmappable chacraters"); "Malformed input or input contains unmappable characters");
} }
// trim result to actual length if required // trim result to actual length if required
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册