1
0
mirror of synced 2026-05-22 13:23:17 +00:00

Fix typos

Signed-off-by: Tran Ngoc Nhan <ngocnhan.tran1996@gmail.com>
This commit is contained in:
Tran Ngoc Nhan
2025-11-01 14:02:08 +07:00
committed by Rob Winch
parent 04bba36ee5
commit 79815e044e
41 changed files with 66 additions and 67 deletions
@@ -148,7 +148,7 @@ public final class SecurityMockMvcRequestPostProcessors {
/**
* Populates the provided X509Certificate instances on the request.
* @param certificates the X509Certificate instances to pouplate
* @param certificates the X509Certificate instances to populate
* @return the
* {@link org.springframework.test.web.servlet.request.RequestPostProcessor} to use.
*/
@@ -157,7 +157,7 @@ public final class SecurityMockMvcRequestPostProcessors {
}
/**
* Finds an X509Cetificate using a resoureName and populates it on the request.
* Finds an X509Certificate using a resourceName and populates it on the request.
* @param resourceName the name of the X509Certificate resource
* @return the
* {@link org.springframework.test.web.servlet.request.RequestPostProcessor} to use.