< prev index next >

src/jdk.compiler/share/classes/com/sun/tools/javac/code/Printer.java

Print this page

        

@@ -55,11 +55,11 @@
     static final int PRIME = 997;  // largest prime less than 1000
 
     protected Printer() { }
 
     /**
-     * This method should be overriden in order to provide proper i18n support.
+     * This method should be overridden in order to provide proper i18n support.
      *
      * @param locale the locale in which the string is to be rendered
      * @param key the key corresponding to the message to be displayed
      * @param args a list of optional arguments
      * @return localized string representation
< prev index next >