diff mbox series

sepolicy: fix a spelling mistake

Message ID 20221216153311.17638-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, 3:33 p.m. UTC
From: kkz <zhaoshuang@uniontech.com>

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

Comments

James Carter Jan. 4, 2023, 5:55 p.m. UTC | #1
On Fri, Dec 16, 2022 at 10:49 AM zhaoshuang <izhaoshuang@163.com> wrote:
>
> From: kkz <zhaoshuang@uniontech.com>
>
> Signed-off-by: zhaoshuang <zhaoshuang@uniontech.com>
> Signed-off-by: zhaoshuang <izhaoshuang@163.com>

Acked-by: James Carter <jwcart2@gmail.com>

> ---
>  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
>
James Carter Jan. 11, 2023, 3:52 p.m. UTC | #2
On Wed, Jan 4, 2023 at 12:55 PM James Carter <jwcart2@gmail.com> wrote:
>
> On Fri, Dec 16, 2022 at 10:49 AM zhaoshuang <izhaoshuang@163.com> wrote:
> >
> > From: kkz <zhaoshuang@uniontech.com>
> >
> > Signed-off-by: zhaoshuang <zhaoshuang@uniontech.com>
> > Signed-off-by: zhaoshuang <izhaoshuang@163.com>
>
> Acked-by: James Carter <jwcart2@gmail.com>

Merged.
Thanks,
Jim

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