Merge pull request #63723 from joshmcorreia/patch-2

[DOCS] Fix typo "occurence" -> "occurrence" in ps module
This commit is contained in:
Pedro Algarvio 2023-04-24 19:24:01 +01:00 committed by GitHub
commit 14d62ec971
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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