Преглед изворни кода

package/selinux-python: fix 'family' typo in patch description

Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Signed-off-by: Arnout Vandecappelle <arnout@mind.be>
Peter Korsgaard пре 10 месеци
родитељ
комит
70ded7c212
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      package/selinux-python/0001-python-sepolgen-fix-ausearch-path.patch

+ 1 - 1
package/selinux-python/0001-python-sepolgen-fix-ausearch-path.patch

@@ -19,7 +19,7 @@ tools are only ever going to run on a Linux host (by their virtue of
 dealing with SELinux), so the search will be reliably done by looking in
 dealing with SELinux), so the search will be reliably done by looking in
 PATH, so we can let Popen() bubble the resolving of an unqualified
 PATH, so we can let Popen() bubble the resolving of an unqualified
 command, down to execvpe() (or the similar actual syscall of the exec*()
 command, down to execvpe() (or the similar actual syscall of the exec*()
-familly). If ausearch is then not found, Popen() raises an exception
+family). If ausearch is then not found, Popen() raises an exception
 that is wy more informative then:
 that is wy more informative then:
     FileNotFoundError: [Errno 2] No such file or directory: 'ausearch'
     FileNotFoundError: [Errno 2] No such file or directory: 'ausearch'