diff mbox

[1/1] system: fix spelling errors

Message ID 1398983196-52878-1-git-send-email-rjbarnet@rockwellcollins.com
State Accepted
Commit 5f71cc90d689721eac10e1622b4d4056530e9269
Headers show

Commit Message

Ryan Barnett May 1, 2014, 10:26 p.m. UTC
Fix minor spelling errors that exists in system/Config.in

Signed-off-by: Ryan Barnett <rjbarnet@rockwellcollins.com>
---
 system/Config.in | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Comments

Yann E. MORIN May 1, 2014, 10:31 p.m. UTC | #1
Ryan, All,

On 2014-05-01 17:26 -0500, Ryan Barnett spake thusly:
> Fix minor spelling errors that exists in system/Config.in
> 
> Signed-off-by: Ryan Barnett <rjbarnet@rockwellcollins.com>

Acked-by: "Yann E. MORIN" <yann.morin.1998@free.fr>

> ---
>  system/Config.in | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/system/Config.in b/system/Config.in
> index 0b4f20a..2ab14ce 100644
> --- a/system/Config.in
> +++ b/system/Config.in
> @@ -347,7 +347,7 @@ config BR2_ROOTFS_POST_BUILD_SCRIPT
>  	  has finished and before Buildroot starts packing the files into
>  	  selected filesystem images.
>  
> -	  This gives users the oportunity to do board-specific cleanups,
> +	  This gives users the opportunity to do board-specific cleanups,
>  	  add-ons and the like, so the generated files can be used directly
>  	  without further processing.
>  
> @@ -377,7 +377,7 @@ config BR2_ROOTFS_POST_SCRIPT_ARGS
>  	string "Extra post-{build,image} arguments"
>  	depends on BR2_ROOTFS_POST_BUILD_SCRIPT != "" || BR2_ROOTFS_POST_IMAGE_SCRIPT != ""
>  	help
> -	  Pass these aditional arguments to each post-build or post-image

Doh... I should always remember that 'additional' is about 'adding', so
it takes a double 'd'.

> +	  Pass these additional arguments to each post-build or post-image
>  	  scripts.
>  
>  	  Note that all the post-build and post-image scripts will be passed

Regards,
Yann E. MORIN.
Thomas De Schampheleire May 2, 2014, 5:08 a.m. UTC | #2
On Fri, May 2, 2014 at 12:26 AM, Ryan Barnett
<rjbarnet@rockwellcollins.com> wrote:
> Fix minor spelling errors that exists in system/Config.in
>
> Signed-off-by: Ryan Barnett <rjbarnet@rockwellcollins.com>

Acked-by: Thomas De Schampheleire <thomas.de.schampheleire@gmail.com>


Note that I found another thing to be fixed in this file:

Path custom target skeleton.

should become

Path to custom target skeleton.

I'll submit a patch for that.

Best regards,
Thomas
Peter Korsgaard May 2, 2014, 7:25 a.m. UTC | #3
>>>>> "Ryan" == Ryan Barnett <rjbarnet@rockwellcollins.com> writes:

 > Fix minor spelling errors that exists in system/Config.in
 > Signed-off-by: Ryan Barnett <rjbarnet@rockwellcollins.com>

Committed, thanks.
diff mbox

Patch

diff --git a/system/Config.in b/system/Config.in
index 0b4f20a..2ab14ce 100644
--- a/system/Config.in
+++ b/system/Config.in
@@ -347,7 +347,7 @@  config BR2_ROOTFS_POST_BUILD_SCRIPT
 	  has finished and before Buildroot starts packing the files into
 	  selected filesystem images.
 
-	  This gives users the oportunity to do board-specific cleanups,
+	  This gives users the opportunity to do board-specific cleanups,
 	  add-ons and the like, so the generated files can be used directly
 	  without further processing.
 
@@ -377,7 +377,7 @@  config BR2_ROOTFS_POST_SCRIPT_ARGS
 	string "Extra post-{build,image} arguments"
 	depends on BR2_ROOTFS_POST_BUILD_SCRIPT != "" || BR2_ROOTFS_POST_IMAGE_SCRIPT != ""
 	help
-	  Pass these aditional arguments to each post-build or post-image
+	  Pass these additional arguments to each post-build or post-image
 	  scripts.
 
 	  Note that all the post-build and post-image scripts will be passed