From 8d6b0eb191f3f005a3c800b92e88a3c1a713b2ba 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 Closes gh-30598 --- .../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 d6653c24f1..c8a5eaafea 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 abstract class UriUtils { * 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