From ab181f980527ff52202e94b0690591b6e5e32fdc Mon Sep 17 00:00:00 2001 From: Valery Yatsynovich Date: Mon, 5 Jun 2023 18:34:03 +0300 Subject: [PATCH] Fix typo in `UriUtils` Javadoc --- .../src/main/java/org/springframework/web/util/UriUtils.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-web/src/main/java/org/springframework/web/util/UriUtils.java b/spring-web/src/main/java/org/springframework/web/util/UriUtils.java index d6653c24f148..c8a5eaafea15 100644 --- a/spring-web/src/main/java/org/springframework/web/util/UriUtils.java +++ b/spring-web/src/main/java/org/springframework/web/util/UriUtils.java @@ -307,7 +307,7 @@ public static String encode(String source, String encoding) { * meaning, anywhere within a URI, as defined in * RFC 3986. * This is useful to ensure that the given String will be preserved as-is - * and will not have any o impact on the structure or meaning of the URI. + * and will not have any impact on the structure or meaning of the URI. * @param source the String to be encoded * @param charset the character encoding to encode to * @return the encoded String