Follow @Openwall on Twitter for new release announcements and other news
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Date: Tue, 21 Feb 2017 11:15:03 -0800
From: Kees Cook <keescook@...omium.org>
To: Colin King <colin.king@...onical.com>
Cc: Emese Revfy <re.emese@...il.com>, 
	"kernel-hardening@...ts.openwall.com" <kernel-hardening@...ts.openwall.com>, LKML <linux-kernel@...r.kernel.org>
Subject: Re: [PATCH] gcc-plugins: fix spelling mistake: "unkown" -> "unknown"

On Sat, Feb 18, 2017 at 3:50 PM, Colin King <colin.king@...onical.com> wrote:
> From: Colin Ian King <colin.king@...onical.com>
>
> trivial fix to spelling mistake in error message

Thanks! I've already got this updated. I noticed the same thing a
couple weeks ago. :)

-Kees

>
> Signed-off-by: Colin Ian King <colin.king@...onical.com>
> ---
>  scripts/gcc-plugins/initify_plugin.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/scripts/gcc-plugins/initify_plugin.c b/scripts/gcc-plugins/initify_plugin.c
> index 56ed878..2ed998a 100644
> --- a/scripts/gcc-plugins/initify_plugin.c
> +++ b/scripts/gcc-plugins/initify_plugin.c
> @@ -1846,7 +1846,7 @@ __visible int plugin_init(struct plugin_name_args *plugin_info, struct plugin_gc
>                         continue;
>                 }
>
> -               error(G_("unkown option '-fplugin-arg-%s-%s'"), plugin_name, argv[i].key);
> +               error(G_("unknown option '-fplugin-arg-%s-%s'"), plugin_name, argv[i].key);
>         }
>
>         register_callback(plugin_name, PLUGIN_INFO, NULL, &initify_plugin_info);
> --
> 2.10.2
>



-- 
Kees Cook
Pixel Security

Powered by blists - more mailing lists

Confused about mailing lists and their use? Read about mailing lists on Wikipedia and check out these guidelines on proper formatting of your messages.