Seeking sponsor for simple typo patch
Anthony Juckel
ajuckel at gmail.com
Tue Nov 5 15:59:46 PST 2013
I came across a typo in sun.nio.fs.UnixPath which is fixed by the following
changeset. I'm not certain on the proper etiquette for submitting patches
like this, but this particular changeset is small enough I figured I would
just include it inline.
# HG changeset patch
# User Anthony W. Juckel <ajuckel at gmail.com>
# Date 1383574182 21600
# Mon Nov 04 08:09:42 2013 -0600
# Node ID 2705bf37ba1c2b9736d7310be68e662d3f06b4fc
# Parent 62982664dc72ec7d0387fcb6027804ac0da1ba54
Fix typo in UnixPath
diff -r 62982664dc72 -r 2705bf37ba1c
src/solaris/classes/sun/nio/fs/UnixPath.java
--- a/src/solaris/classes/sun/nio/fs/UnixPath.java Thu Oct 31 12:36:25
2013 -0700
+++ b/src/solaris/classes/sun/nio/fs/UnixPath.java Mon Nov 04 08:09:42
2013 -0600
@@ -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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.openjdk.java.net/pipermail/nio-dev/attachments/20131105/270c8110/attachment.html
More information about the nio-dev
mailing list