diff --git a/test/src/main/java/org/springframework/security/test/web/servlet/request/SecurityMockMvcRequestPostProcessors.java b/test/src/main/java/org/springframework/security/test/web/servlet/request/SecurityMockMvcRequestPostProcessors.java index 15e19fb5fb9..31dd06bd28c 100644 --- a/test/src/main/java/org/springframework/security/test/web/servlet/request/SecurityMockMvcRequestPostProcessors.java +++ b/test/src/main/java/org/springframework/security/test/web/servlet/request/SecurityMockMvcRequestPostProcessors.java @@ -180,7 +180,7 @@ public static CsrfRequestPostProcessor csrf() { /** * Creates a {@link RequestPostProcessor} that can be used to ensure that the * resulting request is ran with the user in the {@link TestSecurityContextHolder}. - * @return the {@link RequestPostProcessor} to sue + * @return the {@link RequestPostProcessor} to use */ public static RequestPostProcessor testSecurityContext() { return new TestSecurityContextHolderPostProcessor();