diff --git a/org.springframework.web/src/main/java/org/springframework/web/bind/annotation/CookieValue.java b/org.springframework.web/src/main/java/org/springframework/web/bind/annotation/CookieValue.java index 281c5c2072..8d4ce6f319 100644 --- a/org.springframework.web/src/main/java/org/springframework/web/bind/annotation/CookieValue.java +++ b/org.springframework.web/src/main/java/org/springframework/web/bind/annotation/CookieValue.java @@ -54,7 +54,7 @@ public @interface CookieValue { * of the header missing in the request. Switch this to false * if you prefer a null in case of the header missing. *

Alternatively, provide a {@link #defaultValue() defaultValue}, - * which implicitely sets this flag to false. + * which implicitly sets this flag to false. */ boolean required() default true;