From 62afcccade93fd90ac11617531ce3585158c3108 Mon Sep 17 00:00:00 2001 From: yosinn1-blip Date: Sun, 24 May 2026 08:27:31 +0900 Subject: [PATCH] docs: fix successful spelling in docs Signed-off-by: Yoshiki --- .../ROOT/pages/servlet/authentication/kerberos/samples.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/modules/ROOT/pages/servlet/authentication/kerberos/samples.adoc b/docs/modules/ROOT/pages/servlet/authentication/kerberos/samples.adoc index 3b7a49a27fb..b6e5c185b1a 100644 --- a/docs/modules/ROOT/pages/servlet/authentication/kerberos/samples.adoc +++ b/docs/modules/ROOT/pages/servlet/authentication/kerberos/samples.adoc @@ -209,7 +209,7 @@ Or use a `user2` with a keytab file. $ java -jar sec-client-rest-template-{spring-security-version}.jar ---- -If operation is succesful you should see below output with `user2@EXAMPLE.ORG`. +If operation is successful you should see below output with `user2@EXAMPLE.ORG`. [source,text] ----