From b34fd7b8803702d0e3a8b4bc78a318c0a4373cd7 Mon Sep 17 00:00:00 2001 From: "Zhiguo.Chen" Date: Thu, 18 Feb 2021 05:43:52 +0800 Subject: [PATCH] Fix spelling mistakes (#2023) Co-authored-by: Zhiguo.Chen --- .../cloud/gateway/support/ServerWebExchangeUtils.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-cloud-gateway-server/src/main/java/org/springframework/cloud/gateway/support/ServerWebExchangeUtils.java b/spring-cloud-gateway-server/src/main/java/org/springframework/cloud/gateway/support/ServerWebExchangeUtils.java index 9c2cde1a..555608a8 100644 --- a/spring-cloud-gateway-server/src/main/java/org/springframework/cloud/gateway/support/ServerWebExchangeUtils.java +++ b/spring-cloud-gateway-server/src/main/java/org/springframework/cloud/gateway/support/ServerWebExchangeUtils.java @@ -325,7 +325,7 @@ public final class ServerWebExchangeUtils { * @param cacheDecoratedRequest if true, the ServerHttpRequestDecorator will be * cached. * @param function a function that accepts a ServerHttpRequest. It can be the created - * ServerHttpRequestDecorator or the originial if there is no body. + * ServerHttpRequestDecorator or the original if there is no body. * @param generic type for the return {@link Mono}. * @return Mono of type T created by the function parameter. */