Seeking sponsor for simple typo patch
Henry Jen
henry.jen at oracle.com
Tue Nov 5 20:02:16 PST 2013
characters, the last word in that sentence.
Cheers,
Henry
On Nov 5, 2013, at 7:33 PM, Dan Xu <dan.xu at oracle.com> wrote:
> Hi Anthony,
>
> I could not see changes in your patch. Can you explain where the typo is? Thanks!
>
> -Dan
>
> On 11/05/2013 03:59 PM, Anthony Juckel wrote:
>> 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/843fb274/attachment.html
More information about the nio-dev
mailing list