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:	Fri, 1 Apr 2016 09:46:39 +0200
From:	Valentin Rothberg <vrothberg@...e.org>
To:	Andreas Ziegler <andreas.ziegler@....de>
Cc:	Valentin Rothberg <valentinrothberg@...il.com>,
	Greg Kroah-Hartman <gregkh@...uxfoundation.org>,
	linux-kernel@...r.kernel.org
Subject: Re: [PATCH] checkkconfigsymbols.py: Fix typo in help message

On Mar 31 '16 09:24, Andreas Ziegler wrote:
> Fix a typo in the help message for the -d parameter by removing one 'm'.
> 
> Signed-off-by: Andreas Ziegler <andreas.ziegler@....de>

Acked-by: Valentin Rothberg <valentinrothberg@...il.com>

> ---
>  scripts/checkkconfigsymbols.py | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/scripts/checkkconfigsymbols.py b/scripts/checkkconfigsymbols.py
> index d8f6c09..df643f6 100755
> --- a/scripts/checkkconfigsymbols.py
> +++ b/scripts/checkkconfigsymbols.py
> @@ -89,7 +89,7 @@ def parse_options():
>  
>      if opts.diff and not re.match(r"^[\w\-\.]+\.\.[\w\-\.]+$", opts.diff):
>          sys.exit("Please specify valid input in the following format: "
> -                 "\'commmit1..commit2\'")
> +                 "\'commit1..commit2\'")
>  
>      if opts.commit or opts.diff:
>          if not opts.force and tree_is_dirty():
> -- 
> 1.9.1
> 

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ