mirror of
https://github.com/openjdk/jdk.git
synced 2026-05-24 04:18:11 +00:00
8025698: (fs) Typo in exception thrown by encode() in UnixPath.java
Reviewed-by: dxu, mduigou, henryjen, weijun
This commit is contained in:
parent
4f0480aaeb
commit
5eb7e21cc9
@ -145,7 +145,7 @@ class UnixPath
|
||||
}
|
||||
if (error) {
|
||||
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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user