aboutsummaryrefslogtreecommitdiff
path: root/python
diff options
context:
space:
mode:
authorkkz <zhaoshuang@uniontech.com>2022-12-16 23:33:11 +0800
committerJames Carter <jwcart2@gmail.com>2023-01-11 08:42:11 -0500
commit60a0d7285d90680d0ce839ba6b169a33c91c5fb0 (patch)
tree8c775553cd297bebda6eca026afa0904701bf6b3 /python
parent1fe82e5cf581158cdfa184c64218b0bade82b01a (diff)
downloadselinux-60a0d7285d90680d0ce839ba6b169a33c91c5fb0.tar.gz
sepolicy: fix a spelling mistake
Signed-off-by: zhaoshuang <zhaoshuang@uniontech.com> Signed-off-by: zhaoshuang <izhaoshuang@163.com> Acked-by: James Carter <jwcart2@gmail.com>
Diffstat (limited to 'python')
-rw-r--r--python/sepolicy/sepolicy/templates/script.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/sepolicy/sepolicy/templates/script.py b/python/sepolicy/sepolicy/templates/script.py
index c79738b8..564a6b38 100644
--- a/python/sepolicy/sepolicy/templates/script.py
+++ b/python/sepolicy/sepolicy/templates/script.py
@@ -75,7 +75,7 @@ rpmbuild --define "_sourcedir ${pwd}" --define "_specdir ${pwd}" --define "_buil
"""
manpage="""\
-# Generate a man page off the installed module
+# Generate a man page of the installed module
sepolicy manpage -p . -d DOMAINTYPE_t
"""