mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-03 21:34:48 -04:00
s/aquire/acquire/g
This commit is contained in:
parent
0aff09f6c9
commit
62ce3034f3
2 changed files with 3 additions and 3 deletions
|
@ -185,7 +185,7 @@ class Linearizer(object):
|
|||
self.key_to_defer[key] = new_defer
|
||||
|
||||
if current_defer:
|
||||
logger.info("Waiting to aquire linearizer lock for key %r", key)
|
||||
logger.info("Waiting to acquire linearizer lock for key %r", key)
|
||||
with PreserveLoggingContext():
|
||||
yield current_defer
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue