Seeking sponsor for simple typo patch

Mike Duigou mike.duigou at oracle.com
Tue Nov 5 19:53:07 PST 2013


chacraters -> characters

It looks fine to me.

Mike

On Nov 5 2013, at 19:33 , 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/2e1ced61/attachment.html 


More information about the nio-dev mailing list