From 0a8975bc84ca06708c43446d8cbe5c97f16176f7 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Sat, 2 Apr 2016 08:05:02 +0200 Subject: [PATCH] Polish --- .../org/springframework/boot/test/mock/mockito/SpyBean.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-boot-test/src/main/java/org/springframework/boot/test/mock/mockito/SpyBean.java b/spring-boot-test/src/main/java/org/springframework/boot/test/mock/mockito/SpyBean.java index 28137757d5..0a4c295ec0 100644 --- a/spring-boot-test/src/main/java/org/springframework/boot/test/mock/mockito/SpyBean.java +++ b/spring-boot-test/src/main/java/org/springframework/boot/test/mock/mockito/SpyBean.java @@ -30,7 +30,7 @@ import org.springframework.core.annotation.AliasFor; import org.springframework.test.context.junit4.SpringRunner; /** - * Annotation that can be used to appy Mockto spies to a Spring + * Annotation that can be used to apply Mockito spies to a Spring * {@link ApplicationContext}. Can be used as a class level annotation or on fields in * either {@code @Configuration} classes, or test classes that are * {@link RunWith @RunWith} the {@link SpringRunner}.