<html><head><meta http-equiv="Content-Type" content="text/html charset=iso-8859-1"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;"><span style="font-family: DejaVuSansMono;">chacraters -> </span><span style="font-family: DejaVuSansMono;">characters</span><div><font face="DejaVuSansMono"><br></font></div><div><font face="DejaVuSansMono">It looks fine to me.</font></div><div><font face="DejaVuSansMono"><br></font></div><div><font face="DejaVuSansMono">Mike</font></div><div><font face="DejaVuSansMono"><br></font></div><div><div><div>On Nov 5 2013, at 19:33 , Dan Xu <<a href="mailto:dan.xu@oracle.com">dan.xu@oracle.com</a>> wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite">
<meta content="text/html; charset=ISO-8859-1" http-equiv="Content-Type">
<div bgcolor="#FFFFFF" text="#000000">
Hi Anthony,<br>
<br>
I could not see changes in your patch. Can you explain where the
typo is? Thanks!<br>
<br>
-Dan<br>
<br>
<div class="moz-cite-prefix">On 11/05/2013 03:59 PM, Anthony Juckel
wrote:<br>
</div>
<blockquote cite="mid:CAK4GbyucOC=o4fNMzZBy+j88XjwdNQJ3LP2rMQ7T=x902GuGBA@mail.gmail.com" type="cite">
<div dir="ltr">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.<br>
<br>
# HG changeset patch<br>
# User Anthony W. Juckel <<a moz-do-not-send="true" href="mailto:ajuckel@gmail.com">ajuckel@gmail.com</a>><br>
# Date 1383574182 21600<br>
# Mon Nov 04 08:09:42 2013 -0600<br>
# Node ID 2705bf37ba1c2b9736d7310be68e662d3f06b4fc<br>
# Parent 62982664dc72ec7d0387fcb6027804ac0da1ba54<br>
Fix typo in UnixPath<br>
<br>
diff -r 62982664dc72 -r 2705bf37ba1c
src/solaris/classes/sun/nio/fs/UnixPath.java<br>
--- a/src/solaris/classes/sun/nio/fs/UnixPath.java Thu Oct 31
12:36:25 2013 -0700<br>
+++ b/src/solaris/classes/sun/nio/fs/UnixPath.java Mon Nov 04
08:09:42 2013 -0600<br>
@@ -145,7 +145,7 @@<br>
}<br>
if (error) {<br>
throw new InvalidPathException(input,<br>
- "Malformed input or input contains unmappable
chacraters");<br>
+ "Malformed input or input contains unmappable
characters");<br>
}<br>
<br>
// trim result to actual length if required<br>
<br>
</div>
</blockquote>
<br>
</div>
</blockquote></div><br></div></body></html>