mirror of
https://github.com/saltstack/salt.git
synced 2025-04-16 09:40:20 +00:00
Fix spelling error
This commit is contained in:
parent
dcf37bda37
commit
59ab018e0f
1 changed files with 1 additions and 1 deletions
|
@ -570,7 +570,7 @@ class SaltEvent:
|
|||
break
|
||||
if not self._run_io_loop_sync:
|
||||
log.error("Trying to get event with async subscriber")
|
||||
raise SaltInvocationError("get_event needs synchornous subscriber")
|
||||
raise SaltInvocationError("get_event needs synchronous subscriber")
|
||||
raw = self.subscriber.read(timeout=wait)
|
||||
if raw is None:
|
||||
break
|
||||
|
|
Loading…
Add table
Reference in a new issue