From 0a8005ec10cf16942a20ee9eec4ac7965a2ad8cc Mon Sep 17 00:00:00 2001 From: Adrien Ferrand Date: Thu, 30 May 2019 14:00:18 +0200 Subject: [PATCH] Update certbot/tests/compat/filesystem_test.py Co-Authored-By: Brad Warren --- certbot/tests/compat/filesystem_test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/certbot/tests/compat/filesystem_test.py b/certbot/tests/compat/filesystem_test.py index ee35b3886..239389101 100644 --- a/certbot/tests/compat/filesystem_test.py +++ b/certbot/tests/compat/filesystem_test.py @@ -92,7 +92,7 @@ class WindowsChmodTests(TempDirTestCase): ^ 512)) def _test_flag(self, everyone_mode, windows_flag): - # Note that flag are tested again `everyone`, not `user`, because practically these unit + # Note that flag is tested against `everyone`, not `user`, because practically these unit # tests are executed with admin privilege, so current user is effectively the admins group, # and so will always have all rights. import win32security # pylint: disable=import-error