From 4866e9fe61f5204794b6cf5bce97ddd507b47b2f Mon Sep 17 00:00:00 2001 From: Felix Yan Date: Mon, 12 Jun 2017 10:20:51 -0500 Subject: [PATCH] Fix a typo: syncronization -> synchronization (#4826) --- certbot/tests/util.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/certbot/tests/util.py b/certbot/tests/util.py index 76e3d5846..a36f0f6ac 100644 --- a/certbot/tests/util.py +++ b/certbot/tests/util.py @@ -276,7 +276,7 @@ def lock_and_call(func, lock_path): def hold_lock(cv, lock_path): # pragma: no cover """Acquire a file lock at lock_path and wait to release it. - :param multiprocessing.Condition cv: condition for syncronization + :param multiprocessing.Condition cv: condition for synchronization :param str lock_path: path to the file lock """