From 3df1b7a9ea08d21f046c536a3d9911d098852fcf Mon Sep 17 00:00:00 2001
From: Liam Crilly <liam.crilly@nginx.com>
Date: Tue, 12 Apr 2022 08:53:14 +0100
Subject: [PATCH] Typo in comment

---
 nginx-ldap-auth.conf | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/nginx-ldap-auth.conf b/nginx-ldap-auth.conf
index ba69333..e6cbae3 100644
--- a/nginx-ldap-auth.conf
+++ b/nginx-ldap-auth.conf
@@ -117,7 +117,7 @@ http {
             # which is the default set in nginx-ldap-auth-daemon.py.
             proxy_set_header X-Ldap-Template ""; # Optional, do not comment
 
-            # (Optional) Set the realm name, e.g. "Restricred", which is the
+            # (Optional) Set the realm name, e.g. "Restricted", which is the
             # default set in nginx-ldap-auth-daemon.py.
             proxy_set_header X-Ldap-Realm ""; # Optional, do not comment
         }
-- 
GitLab