mirror of
https://github.com/certbot/certbot.git
synced 2026-06-09 08:42:57 -04:00
Fix a typo: syncronization -> synchronization (#4826)
This commit is contained in:
parent
cafd4802b7
commit
4866e9fe61
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
||||
"""
|
||||
|
|
|
|||
Loading…
Reference in a new issue