From ff40c8099d29dc429b51c1c4717f56ce429bbf29 Mon Sep 17 00:00:00 2001
From: Andrew Morgan <andrew@amorgan.xyz>
Date: Fri, 12 Feb 2021 22:18:36 +0000
Subject: [PATCH] Fix sample config

Just a small change missed in 7950aa8a27c3f45184c96fda210c62d068dd2591.
---
 docs/sample_config.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/sample_config.yaml b/docs/sample_config.yaml
index 71c3af2875..13a6f045f9 100644
--- a/docs/sample_config.yaml
+++ b/docs/sample_config.yaml
@@ -2232,7 +2232,7 @@ ui_auth:
     # session to be active.
     #
     # This defaults to 0, meaning the user is queried for their credentials
-    # before every action, but this can be overridden to alow a single
+    # before every action, but this can be overridden to allow a single
     # validation to be re-used.  This weakens the protections afforded by
     # the user-interactive authentication process, by allowing for multiple
     # (and potentially different) operations to use the same validation session.
-- 
GitLab