All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] libselinux: fix typo
@ 2021-06-08 15:36 Christian Göttsche
  2021-06-09 12:36 ` Petr Lautrbach
  0 siblings, 1 reply; 3+ messages in thread
From: Christian Göttsche @ 2021-06-08 15:36 UTC (permalink / raw)
  To: selinux

Signed-off-by: Christian Göttsche <cgzones@googlemail.com>
---
 libselinux/src/regex.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libselinux/src/regex.h b/libselinux/src/regex.h
index 10c3df78..2dfa2534 100644
--- a/libselinux/src/regex.h
+++ b/libselinux/src/regex.h
@@ -44,7 +44,7 @@ struct mmap_area;
 char const *regex_arch_string(void) ;
 
 /**
- * regex_verison returns the version string of the underlying regular
+ * regex_version returns the version string of the underlying regular
  * regular expressions library. In the case of PCRE it just returns the
  * result of pcre_version(). In the case of PCRE2, the very first time this
  * function is called it allocates a buffer large enough to hold the version
-- 
2.32.0


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH] libselinux: fix typo
  2021-06-08 15:36 [PATCH] libselinux: fix typo Christian Göttsche
@ 2021-06-09 12:36 ` Petr Lautrbach
  2021-06-18 14:40   ` Petr Lautrbach
  0 siblings, 1 reply; 3+ messages in thread
From: Petr Lautrbach @ 2021-06-09 12:36 UTC (permalink / raw)
  To: Christian Göttsche, selinux

Christian Göttsche <cgzones@googlemail.com> writes:

> Signed-off-by: Christian Göttsche <cgzones@googlemail.com>

Acked-by: Petr Lautrbach <plautrba@redhat.com>


> ---
>  libselinux/src/regex.h | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/libselinux/src/regex.h b/libselinux/src/regex.h
> index 10c3df78..2dfa2534 100644
> --- a/libselinux/src/regex.h
> +++ b/libselinux/src/regex.h
> @@ -44,7 +44,7 @@ struct mmap_area;
>  char const *regex_arch_string(void) ;
>  
>  /**
> - * regex_verison returns the version string of the underlying regular
> + * regex_version returns the version string of the underlying regular
>   * regular expressions library. In the case of PCRE it just returns the
>   * result of pcre_version(). In the case of PCRE2, the very first time this
>   * function is called it allocates a buffer large enough to hold the version
> -- 
> 2.32.0


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] libselinux: fix typo
  2021-06-09 12:36 ` Petr Lautrbach
@ 2021-06-18 14:40   ` Petr Lautrbach
  0 siblings, 0 replies; 3+ messages in thread
From: Petr Lautrbach @ 2021-06-18 14:40 UTC (permalink / raw)
  To: Christian Göttsche, selinux

Petr Lautrbach <plautrba@redhat.com> writes:

> Christian Göttsche <cgzones@googlemail.com> writes:
>
>> Signed-off-by: Christian Göttsche <cgzones@googlemail.com>
>
> Acked-by: Petr Lautrbach <plautrba@redhat.com>


Merged, thanks!

>
>> ---
>>  libselinux/src/regex.h | 2 +-
>>  1 file changed, 1 insertion(+), 1 deletion(-)
>>
>> diff --git a/libselinux/src/regex.h b/libselinux/src/regex.h
>> index 10c3df78..2dfa2534 100644
>> --- a/libselinux/src/regex.h
>> +++ b/libselinux/src/regex.h
>> @@ -44,7 +44,7 @@ struct mmap_area;
>>  char const *regex_arch_string(void) ;
>>  
>>  /**
>> - * regex_verison returns the version string of the underlying regular
>> + * regex_version returns the version string of the underlying regular
>>   * regular expressions library. In the case of PCRE it just returns the
>>   * result of pcre_version(). In the case of PCRE2, the very first time this
>>   * function is called it allocates a buffer large enough to hold the version
>> -- 
>> 2.32.0


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2021-06-18 14:40 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-06-08 15:36 [PATCH] libselinux: fix typo Christian Göttsche
2021-06-09 12:36 ` Petr Lautrbach
2021-06-18 14:40   ` Petr Lautrbach

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.