mail archive of the barebox mailing list
 help / color / mirror / Atom feed
* [PATCH] filetype: fix typo
@ 2019-06-05  6:46 Antony Pavlov
  2019-06-07  6:40 ` Sascha Hauer
  0 siblings, 1 reply; 2+ messages in thread
From: Antony Pavlov @ 2019-06-05  6:46 UTC (permalink / raw)
  To: barebox

Signed-off-by: Antony Pavlov <antonynpavlov@gmail.com>
---
 common/filetype.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/common/filetype.c b/common/filetype.c
index e2d707b156..9675009eb0 100644
--- a/common/filetype.c
+++ b/common/filetype.c
@@ -37,7 +37,7 @@ struct filetype_str {
 };
 
 static const struct filetype_str filetype_str[] = {
-	[filetype_unknown] = { "unknown", "unkown" },
+	[filetype_unknown] = { "unknown", "unknown" },
 	[filetype_arm_zimage] = { "ARM Linux zImage", "arm-zimage" },
 	[filetype_lzo_compressed] = { "LZO compressed", "lzo" },
 	[filetype_lz4_compressed] = { "LZ4 compressed", "lz4" },
-- 
2.20.1


_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH] filetype: fix typo
  2019-06-05  6:46 [PATCH] filetype: fix typo Antony Pavlov
@ 2019-06-07  6:40 ` Sascha Hauer
  0 siblings, 0 replies; 2+ messages in thread
From: Sascha Hauer @ 2019-06-07  6:40 UTC (permalink / raw)
  To: Antony Pavlov; +Cc: barebox

On Wed, Jun 05, 2019 at 09:46:12AM +0300, Antony Pavlov wrote:
> Signed-off-by: Antony Pavlov <antonynpavlov@gmail.com>
> ---
>  common/filetype.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Applied, thanks

Sascha

> 
> diff --git a/common/filetype.c b/common/filetype.c
> index e2d707b156..9675009eb0 100644
> --- a/common/filetype.c
> +++ b/common/filetype.c
> @@ -37,7 +37,7 @@ struct filetype_str {
>  };
>  
>  static const struct filetype_str filetype_str[] = {
> -	[filetype_unknown] = { "unknown", "unkown" },
> +	[filetype_unknown] = { "unknown", "unknown" },
>  	[filetype_arm_zimage] = { "ARM Linux zImage", "arm-zimage" },
>  	[filetype_lzo_compressed] = { "LZO compressed", "lzo" },
>  	[filetype_lz4_compressed] = { "LZ4 compressed", "lz4" },
> -- 
> 2.20.1
> 
> 

-- 
Pengutronix e.K.                           |                             |
Industrial Linux Solutions                 | http://www.pengutronix.de/  |
Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0    |
Amtsgericht Hildesheim, HRA 2686           | Fax:   +49-5121-206917-5555 |

_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2019-06-07  6:41 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-06-05  6:46 [PATCH] filetype: fix typo Antony Pavlov
2019-06-07  6:40 ` Sascha Hauer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox