diff mbox series

[v1] utils/readme.txt: Fix typo "get-developers"

Message ID 20220723160837.272337-1-Mr.Bossman075@gmail.com
State Accepted
Headers show
Series [v1] utils/readme.txt: Fix typo "get-developers" | expand

Commit Message

Jesse T July 23, 2022, 4:08 p.m. UTC
Fix typo on line 23 `get-developpers` to `get-developers`

Signed-off-by: Jesse Taube <Mr.Bossman075@gmail.com>
---
 utils/readme.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Yann E. MORIN July 23, 2022, 4:21 p.m. UTC | #1
Jesse, All,

On 2022-07-23 12:08 -0400, Jesse Taube spake thusly:
> Fix typo on line 23 `get-developpers` to `get-developers`
> 
> Signed-off-by: Jesse Taube <Mr.Bossman075@gmail.com>

Applied to master, thanks.

Regards,
Yann E. MORIN.

> ---
>  utils/readme.txt | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/utils/readme.txt b/utils/readme.txt
> index 3064ecec32..3e8833c4ea 100644
> --- a/utils/readme.txt
> +++ b/utils/readme.txt
> @@ -20,7 +20,7 @@ genrandconfig
>      (http://autobuild.buildroot.org). It selects a random toolchain from
>      support/config-fragments/autobuild and randomly selects packages to build.
>  
> -get-developpers
> +get-developers
>      a script to return the list of people interested in a specific part
>      of Buildroot, so they can be Cc:ed on a mail. Accepts a patch as
>      input, a package name or and architecture name.
> -- 
> 2.36.1
> 
> _______________________________________________
> buildroot mailing list
> buildroot@buildroot.org
> https://lists.buildroot.org/mailman/listinfo/buildroot
Peter Korsgaard Aug. 14, 2022, 7:20 p.m. UTC | #2
>>>>> "Jesse" == Jesse Taube <mr.bossman075@gmail.com> writes:

 > Fix typo on line 23 `get-developpers` to `get-developers`
 > Signed-off-by: Jesse Taube <Mr.Bossman075@gmail.com>

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

Patch

diff --git a/utils/readme.txt b/utils/readme.txt
index 3064ecec32..3e8833c4ea 100644
--- a/utils/readme.txt
+++ b/utils/readme.txt
@@ -20,7 +20,7 @@  genrandconfig
     (http://autobuild.buildroot.org). It selects a random toolchain from
     support/config-fragments/autobuild and randomly selects packages to build.
 
-get-developpers
+get-developers
     a script to return the list of people interested in a specific part
     of Buildroot, so they can be Cc:ed on a mail. Accepts a patch as
     input, a package name or and architecture name.