diff mbox series

libselinux: fix typo

Message ID 20210608153644.29176-1-cgzones@googlemail.com (mailing list archive)
State Accepted
Headers show
Series libselinux: fix typo | expand

Commit Message

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

Comments

Petr Lautrbach June 9, 2021, 12:36 p.m. UTC | #1
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
Petr Lautrbach June 18, 2021, 2:40 p.m. UTC | #2
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
diff mbox series

Patch

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