mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Fix typo "occurence" -> "occurrence"
This commit is contained in:
parent
0b73c80085
commit
5b152e5979
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