From 66826ac960be20aa0df25f22f1a47612c5b91845 Mon Sep 17 00:00:00 2001 From: xxpain Date: Fri, 22 Oct 2021 15:47:13 +0800 Subject: [PATCH] Fix typo in Javadoc in HeaderAssertions Closes gh-27589 --- .../test/web/reactive/server/HeaderAssertions.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-test/src/main/java/org/springframework/test/web/reactive/server/HeaderAssertions.java b/spring-test/src/main/java/org/springframework/test/web/reactive/server/HeaderAssertions.java index dfd8ce89c7..aa20066960 100644 --- a/spring-test/src/main/java/org/springframework/test/web/reactive/server/HeaderAssertions.java +++ b/spring-test/src/main/java/org/springframework/test/web/reactive/server/HeaderAssertions.java @@ -115,7 +115,7 @@ public class HeaderAssertions { /** * Match all values of the response header with the given regex * patterns which are applied to the values of the header in the - * same order. Note that the number of pattenrs must match the + * same order. Note that the number of patterns must match the * number of actual values. * @param name the header name * @param patterns one or more regex patterns, one per expected value