< prev index next >

src/java.base/share/classes/java/text/ChoiceFormat.java

Print this page

        

@@ -488,11 +488,11 @@
         }
         return result;
     }
 
     /**
-     * Equality comparision between two
+     * Equality comparison between two
      */
     public boolean equals(Object obj) {
         if (obj == null) return false;
         if (this == obj)                      // quick check
             return true;
< prev index next >