Skip to content

Instantly share code, notes, and snippets.

@ajuckel
Created October 25, 2013 12:15
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save ajuckel/7153736 to your computer and use it in GitHub Desktop.
Fix typo in UnixPath.java
diff -r b88aa723a5fa src/solaris/classes/sun/nio/fs/UnixPath.java
--- a/src/solaris/classes/sun/nio/fs/UnixPath.java Thu Oct 24 09:10:42 2013 -0700
+++ b/src/solaris/classes/sun/nio/fs/UnixPath.java Fri Oct 25 07:13:55 2013 -0500
@@ -145,7 +145,7 @@
}
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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment