langtools/test/tools/javac/processing/rounds/OverwriteBetweenCompilations.java
changeset 41637 7b24b4c32ee6
parent 36778 e04318f39f92
--- a/langtools/test/tools/javac/processing/rounds/OverwriteBetweenCompilations.java	Thu Oct 20 20:01:40 2016 +0000
+++ b/langtools/test/tools/javac/processing/rounds/OverwriteBetweenCompilations.java	Thu Oct 20 13:44:51 2016 -0700
@@ -25,7 +25,7 @@
  * @test
  * @bug 8038455
  * @summary Verify that annotation processor can overwrite source and class files it generated
- *          during previous compilations, and that the Symbols are updated appropriatelly.
+ *          during previous compilations, and that the Symbols are updated appropriately.
  * @library /tools/lib /tools/javac/lib/
  * @modules jdk.compiler/com.sun.tools.javac.api
  *          jdk.compiler/com.sun.tools.javac.main