From 59c12838b226f978f7b316864f378b413c572052 Mon Sep 17 00:00:00 2001 From: Brandon Morelli Date: Wed, 13 May 2020 13:54:52 -0700 Subject: [PATCH] docs: Fix typo in kerberos docs (#18503) --- libbeat/docs/shared-kerberos-config.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libbeat/docs/shared-kerberos-config.asciidoc b/libbeat/docs/shared-kerberos-config.asciidoc index 7accd6f7df9..b78748d3512 100644 --- a/libbeat/docs/shared-kerberos-config.asciidoc +++ b/libbeat/docs/shared-kerberos-config.asciidoc @@ -47,7 +47,7 @@ NOTE: Kerberos settings are disabled if either `enabled` is set to `false` or th There are two options to authenticate with Kerberos KDC: `password` and `keytab`. `password` expects the principal name and its password. When choosing `keytab`, you -have to specify a princial name and a path to a keytab. The keytab must contain +have to specify a principal name and a path to a keytab. The keytab must contain the keys of the selected principal. Otherwise, authentication will fail. [float]