diff mbox series

[1/1] package/glibc: Config.in: fix typo

Message ID 20220726063010.60667-1-christian@paral.in
State Accepted
Headers show
Series [1/1] package/glibc: Config.in: fix typo | expand

Commit Message

Christian Stewart July 26, 2022, 6:30 a.m. UTC
compatibiltiy -> compatibility

Signed-off-by: Christian Stewart <christian@paral.in>
---
 package/glibc/Config.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Yann E. MORIN July 26, 2022, 8:25 a.m. UTC | #1
Christian, All,

On 2022-07-25 23:30 -0700, Christian Stewart via buildroot spake thusly:
> compatibiltiy -> compatibility
> 
> Signed-off-by: Christian Stewart <christian@paral.in>

Applied to master, thanks.

Regards,
Yann E. MORIN.

> ---
>  package/glibc/Config.in | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/package/glibc/Config.in b/package/glibc/Config.in
> index 56f7299568..f535f9f6eb 100644
> --- a/package/glibc/Config.in
> +++ b/package/glibc/Config.in
> @@ -49,7 +49,7 @@ config BR2_PACKAGE_GLIBC
>  	  https://www.gnu.org/software/libc/
>  
>  config BR2_PACKAGE_GLIBC_KERNEL_COMPAT
> -	bool "Enable compatibiltiy shims to run on older kernels"
> +	bool "Enable compatibility shims to run on older kernels"
>  	help
>  	  Say 'y' here if you plan on running your system on a kernel
>  	  older than the version used for the toolchain headers.
> -- 
> 2.35.1
> 
> _______________________________________________
> buildroot mailing list
> buildroot@buildroot.org
> https://lists.buildroot.org/mailman/listinfo/buildroot
Peter Korsgaard Aug. 18, 2022, 6:13 a.m. UTC | #2
>>>>> "Yann" == Yann E MORIN <yann.morin.1998@free.fr> writes:

 > Christian, All,
 > On 2022-07-25 23:30 -0700, Christian Stewart via buildroot spake thusly:
 >> compatibiltiy -> compatibility
 >> 
 >> Signed-off-by: Christian Stewart <christian@paral.in>

 > Applied to master, thanks.

Committed to 2022.05.x and 2022.02.x, thanks.
diff mbox series

Patch

diff --git a/package/glibc/Config.in b/package/glibc/Config.in
index 56f7299568..f535f9f6eb 100644
--- a/package/glibc/Config.in
+++ b/package/glibc/Config.in
@@ -49,7 +49,7 @@  config BR2_PACKAGE_GLIBC
 	  https://www.gnu.org/software/libc/
 
 config BR2_PACKAGE_GLIBC_KERNEL_COMPAT
-	bool "Enable compatibiltiy shims to run on older kernels"
+	bool "Enable compatibility shims to run on older kernels"
 	help
 	  Say 'y' here if you plan on running your system on a kernel
 	  older than the version used for the toolchain headers.