diff mbox series

sepolicy: fix a spelling mistake

Message ID 20221216041602.19344-1-izhaoshuang@163.com (mailing list archive)
State Accepted, archived
Headers show
Series sepolicy: fix a spelling mistake | expand

Commit Message

zhaoshuang Dec. 16, 2022, 4:16 a.m. UTC
From: kkz <zhaoshuang@uniontech.com>

Signed-off-by: kkz <zhaoshuang@uniontech.com>
---
 python/sepolicy/sepolicy/templates/script.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Petr Lautrbach Dec. 16, 2022, 2:12 p.m. UTC | #1
kkz <izhaoshuang@163.com> writes:

> From: kkz <zhaoshuang@uniontech.com>
>
> Signed-off-by: kkz <zhaoshuang@uniontech.com>

Signed-off-by: needs to contain your real name - no pseudonyms or
anonymous contributions. Without this it doesn't serve its purpose, see

https://www.kernel.org/doc/html/latest/process/submitting-patches.html#developer-s-certificate-of-origin-1-1

> ---
>  python/sepolicy/sepolicy/templates/script.py | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> 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
>  """
>  
> -- 
> 2.20.1
diff mbox series

Patch

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