summaryrefslogtreecommitdiffstats
path: root/python/samba
diff options
context:
space:
mode:
authorBjörn Baumbach <bb@sernet.de>2013-11-25 15:29:09 +0100
committerMichael Adam <obnox@samba.org>2014-05-03 01:51:08 +0200
commit4b4f4e0f4fafc72da7ab8e594595adcba9a383b6 (patch)
treed8fa48e15a3532443df1291c3409b98ee716c1d8 /python/samba
parentffaa2849e5afc573c4b0d82086b233f4675bed85 (diff)
downloadsamba-4b4f4e0f4fafc72da7ab8e594595adcba9a383b6.tar.gz
samba-4b4f4e0f4fafc72da7ab8e594595adcba9a383b6.tar.xz
samba-4b4f4e0f4fafc72da7ab8e594595adcba9a383b6.zip
samba-tool ldapcmp: fix a typo
Signed-off-by: Björn Baumbach <bb@sernet.de> Reviewed-by: Volker Lendecke <vl@samba.org> Reviewed-by: Michael Adam <obnox@samba.org>
Diffstat (limited to 'python/samba')
-rw-r--r--python/samba/netcmd/ldapcmp.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/python/samba/netcmd/ldapcmp.py b/python/samba/netcmd/ldapcmp.py
index 7bd118eabb3..89c175bf61e 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")