mirror of
https://github.com/saltstack/salt.git
synced 2025-04-16 09:40:20 +00:00
Typo
This commit is contained in:
parent
e3e37613a7
commit
62574ee197
1 changed files with 1 additions and 1 deletions
|
@ -93,7 +93,7 @@ class ProcessManager(object):
|
|||
elif name in proc.name() and _search(proc):
|
||||
return proc
|
||||
except psutil.NoSuchProcess:
|
||||
# Whichever process we are interigating is no longer alive.
|
||||
# Whichever process we are interrogating is no longer alive.
|
||||
# Skip it and keep searching.
|
||||
continue
|
||||
else:
|
||||
|
|
Loading…
Add table
Reference in a new issue