Seeking sponsor for simple typo patch
Weijun Wang
weijun.wang at oracle.com
Tue Nov 5 20:09:36 PST 2013
- chacraters
+ characters
On 11/6/13, 11:33, Dan Xu 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 <mailto: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
>>
>
More information about the nio-dev
mailing list