[PATCH] samba-tool ldapcmp: fix a typo

Volker Lendecke Volker.Lendecke at SerNet.DE
Wed Apr 30 07:51:43 MDT 2014


On Wed, Apr 30, 2014 at 02:18:44PM +0200, Bjoern Baumbach wrote:
> Find the patch attached.
> 
> -- 
> SerNet GmbH, Bahnhofsallee 1b, 37081 Göttingen
> phone: +49-551-370000-0, fax: +49-551-370000-9
> AG Göttingen, HRB 2816, GF: Dr. Johannes Loxen
> http://www.sernet.de, mailto:kontakt at sernet.de

> From 99b38a51ce092010177f8d430e8063047d486445 Mon Sep 17 00:00:00 2001
> From: =?UTF-8?q?Bj=C3=B6rn=20Baumbach?= <bb at sernet.de>
> Date: Mon, 25 Nov 2013 15:29:09 +0100
> Subject: [PATCH] samba-tool ldapcmp: fix a typo

Reviewed-by: Volker Lendecke <vl at samba.org>

> 
> ---
>  python/samba/netcmd/ldapcmp.py | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/python/samba/netcmd/ldapcmp.py b/python/samba/netcmd/ldapcmp.py
> index 7bd118e..89c175b 100644
> --- a/python/samba/netcmd/ldapcmp.py
> +++ b/python/samba/netcmd/ldapcmp.py
> @@ -462,7 +462,7 @@ class LDAPObject(object):
>  
>      def log(self, msg):
>          """
> -        Log on the screen if there is no --quiet oprion set
> +        Log on the screen if there is no --quiet option set
>          """
>          if not self.quiet:
>              self.outf.write(msg+"\n")
> @@ -679,7 +679,7 @@ class LDAPBundel(object):
>  
>      def log(self, msg):
>          """
> -        Log on the screen if there is no --quiet oprion set
> +        Log on the screen if there is no --quiet option set
>          """
>          if not self.quiet:
>              self.outf.write(msg+"\n")
> -- 
> 1.8.3.2
> 


-- 
SerNet GmbH, Bahnhofsallee 1b, 37081 Göttingen
phone: +49-551-370000-0, fax: +49-551-370000-9
AG Göttingen, HRB 2816, GF: Dr. Johannes Loxen
http://www.sernet.de, mailto:kontakt at sernet.de


More information about the samba-technical mailing list