summaryrefslogtreecommitdiff
path: root/python/samba/netcmd/ldapcmp.py
diff options
context:
space:
mode:
Diffstat (limited to 'python/samba/netcmd/ldapcmp.py')
-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")