--- old/src/jdk.compiler/share/classes/com/sun/tools/javac/file/BaseFileManager.java 2019-12-20 15:41:07.000000000 +0000 +++ new/src/jdk.compiler/share/classes/com/sun/tools/javac/file/BaseFileManager.java 2019-12-20 15:41:06.000000000 +0000 @@ -66,7 +66,7 @@ import com.sun.tools.javac.util.Options; /** - * Utility methods for building a filemanager. + * Utility methods for building a file manager. * There are no references here to file-system specific objects such as * java.io.File or java.nio.file.Path. */ @@ -92,7 +92,7 @@ // Setting this option is an indication that close() should defer actually closing // the file manager until after a specified period of inactivity. - // This is to accomodate clients which save references to Symbols created for use + // This is to accommodate clients which save references to Symbols created for use // within doclets or annotation processors, and which then attempt to use those // references after the tool exits, having closed any internally managed file manager. // Ideally, such clients should run the tool via the javax.tools API, providing their