--- old/test/langtools/tools/javac/annotations/repeatingAnnotations/BasicRepeatingAnnotations.java 2018-04-05 09:37:11.707500682 -0700 +++ new/test/langtools/tools/javac/annotations/repeatingAnnotations/BasicRepeatingAnnotations.java 2018-04-05 09:37:11.467500822 -0700 @@ -72,7 +72,7 @@ } a = BasicNonRepeatingAnno.class.getAnnotation(Foo.class); if (a == null) { - throw new RuntimeException("Repeated annoation not directly present"); + throw new RuntimeException("Repeated annotation not directly present"); } } }