--- old/src/jdk.compiler/share/classes/com/sun/tools/javac/code/Printer.java 2019-12-20 15:40:52.000000000 +0000 +++ new/src/jdk.compiler/share/classes/com/sun/tools/javac/code/Printer.java 2019-12-20 15:40:52.000000000 +0000 @@ -57,7 +57,7 @@ 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