diff --git a/spring-web/src/main/java/org/springframework/web/util/UriComponentsBuilder.java b/spring-web/src/main/java/org/springframework/web/util/UriComponentsBuilder.java index ae14d794546..62eae9fe2bf 100644 --- a/spring-web/src/main/java/org/springframework/web/util/UriComponentsBuilder.java +++ b/spring-web/src/main/java/org/springframework/web/util/UriComponentsBuilder.java @@ -57,7 +57,7 @@ import org.springframework.web.util.UriComponents.UriTemplateVariables; * {@link ParserType#WHAT_WG WhatWG parser type}, based on the algorithm from * the WhatWG URL Living Standard * provides more lenient handling of a wide range of cases that occur in user - * types URLs. + * typed URLs. * * @author Arjen Poutsma * @author Rossen Stoyanchev