From be0c3e1faf7b09848af31f8f99eff72634dde21a Mon Sep 17 00:00:00 2001 From: Adrien Ferrand Date: Thu, 30 May 2019 13:57:45 +0200 Subject: [PATCH] Update certbot/compat/filesystem.py Co-Authored-By: Brad Warren --- certbot/compat/filesystem.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/certbot/compat/filesystem.py b/certbot/compat/filesystem.py index eded3b7ec..af1f12976 100644 --- a/certbot/compat/filesystem.py +++ b/certbot/compat/filesystem.py @@ -66,7 +66,7 @@ def _generate_dacl(user_sid, mode): # New dacl, without inherited permissions dacl = win32security.ACL() - # If user is already system or admins, any ACE defined here would be superseeded by + # If user is already system or admins, any ACE defined here would be superseded by # the full control ACE that will be added after. if user_sid not in [system, admins]: # Handle user rights