lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Date:   Tue, 16 Mar 2021 18:53:34 +0900
From:   Masami Hiramatsu <mhiramat@...nel.org>
To:     Masanari Iida <standby24x7@...il.com>
Cc:     linux-kernel@...r.kernel.org
Subject: Re: [PATCH] tools:bootconfig: Fix a typo in scripts/xbc.sh

On Mon, 15 Mar 2021 21:20:19 +0900
Masanari Iida <standby24x7@...il.com> wrote:

> This patch fixes a spelling typo in tools/bootconfig/scripts/xbc.sh
> 
> Signed-off-by: Masanari Iida <standby24x7@...il.com>

Oops, good catch!

Acked-by: Masami Hiramatsu <mhiramat@...nel.org>

Thanks!

> ---
>  tools/bootconfig/scripts/xbc.sh | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/tools/bootconfig/scripts/xbc.sh b/tools/bootconfig/scripts/xbc.sh
> index b8c84e654556..808510f6c168 100644
> --- a/tools/bootconfig/scripts/xbc.sh
> +++ b/tools/bootconfig/scripts/xbc.sh
> @@ -9,7 +9,7 @@ BOOTCONFIG=${BOOTCONFIG:=$XBC_BASEDIR/../bootconfig}
>  if [ ! -x "$BOOTCONFIG" ]; then
>  	BOOTCONFIG=`which bootconfig`
>  	if [ -z "$BOOTCONFIG" ]; then
> -		echo "Erorr: bootconfig command is not found" 1>&2
> +		echo "Error: bootconfig command is not found" 1>&2
>  		exit 1
>  	fi
>  fi
> -- 
> 2.25.0
> 


-- 
Masami Hiramatsu <mhiramat@...nel.org>

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ