mirror of
https://github.com/saltstack/salt.git
synced 2025-04-16 09:40:20 +00:00
Fix typo "occurence" -> "occurrence"
(cherry picked from commit 5b152e5979
)
This commit is contained in:
parent
fecf5b16b3
commit
005d0550f8
1 changed files with 1 additions and 1 deletions
|
@ -768,7 +768,7 @@ def psaux(name):
|
|||
if not salt_exception_pattern.search(info):
|
||||
nb_lines += 1
|
||||
found_infos.append(info)
|
||||
pid_count = str(nb_lines) + " occurence(s)."
|
||||
pid_count = str(nb_lines) + " occurrence(s)."
|
||||
ret = []
|
||||
ret.extend([sanitize_name, found_infos, pid_count])
|
||||
return ret
|
||||
|
|
Loading…
Add table
Reference in a new issue