diff mbox series

[10/42] package/alure: fix dependencies typo in comment

Message ID 20240910070823.4158894-11-peter@korsgaard.com
State Accepted
Headers show
Series codespell spelling fixes A-H | expand

Commit Message

Peter Korsgaard Sept. 10, 2024, 7:07 a.m. UTC
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
---
 package/alure/alure.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Yann E. MORIN Sept. 10, 2024, 8:35 p.m. UTC | #1
Peter, All,

On 2024-09-10 09:07 +0200, Peter Korsgaard spake thusly:
> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
> ---
>  package/alure/alure.mk | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/package/alure/alure.mk b/package/alure/alure.mk
> index f0eca8a2ee..8042081b28 100644
> --- a/package/alure/alure.mk
> +++ b/package/alure/alure.mk
> @@ -12,7 +12,7 @@ ALURE_INSTALL_STAGING = YES
>  
>  ALURE_DEPENDENCIES = openal
>  
> -# Disabling alure examples remove the dependecies on physfs and dump libraries.
> +# Disabling alure examples remove the dependencies on physfs and dump libraries.
------------------------------------^
This is also a singular, not a plural, so I also fixed it.

Applied to master, thanks.

Regards,
Yann E. MORIN.

>  # Enable at least one built-in decoder (wave).
>  ALURE_CONF_OPTS = -DALURE_INSTALL=ON \
>  	-DALURE_BUILD_EXAMPLES=OFF \
> -- 
> 2.39.2
> 
> _______________________________________________
> buildroot mailing list
> buildroot@buildroot.org
> https://lists.buildroot.org/mailman/listinfo/buildroot
diff mbox series

Patch

diff --git a/package/alure/alure.mk b/package/alure/alure.mk
index f0eca8a2ee..8042081b28 100644
--- a/package/alure/alure.mk
+++ b/package/alure/alure.mk
@@ -12,7 +12,7 @@  ALURE_INSTALL_STAGING = YES
 
 ALURE_DEPENDENCIES = openal
 
-# Disabling alure examples remove the dependecies on physfs and dump libraries.
+# Disabling alure examples remove the dependencies on physfs and dump libraries.
 # Enable at least one built-in decoder (wave).
 ALURE_CONF_OPTS = -DALURE_INSTALL=ON \
 	-DALURE_BUILD_EXAMPLES=OFF \