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] ----