classpath-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[cp-patches] FYI: RuleBasedCollator (spelling fix in comment)


From: David Gilbert
Subject: [cp-patches] FYI: RuleBasedCollator (spelling fix in comment)
Date: Sun, 18 Sep 2005 11:06:45 +0000
User-agent: Mozilla Thunderbird 1.0.6 (X11/20050728)

I committed this very minor patch:

2005-09-18  David Gilbert  <address@hidden>

        * java/text/RuleBasedCollator.java:
        Fixed spelling error in comment.

Regards,

Dave
Index: java/text/RuleBasedCollator.java
===================================================================
RCS file: /cvsroot/classpath/classpath/java/text/RuleBasedCollator.java,v
retrieving revision 1.30
diff -u -r1.30 RuleBasedCollator.java
--- java/text/RuleBasedCollator.java    2 Jul 2005 20:32:41 -0000       1.30
+++ java/text/RuleBasedCollator.java    18 Sep 2005 09:58:55 -0000
@@ -510,7 +510,7 @@
            int idx;
 
            // Parse the subrules but do not iterate through all
-           // sublist. This is the priviledge of the first call.
+           // sublist. This is the privilege of the first call.
            idx = subParseString(true, sorted_rules, base_offset+i, subrules);
     
            // Merge new parsed rules into the list.

reply via email to

[Prev in Thread] Current Thread [Next in Thread]