kcc: typo fix tupple => tuple
authorGarming Sam <garming@catalyst.net.nz>
Fri, 22 Jul 2016 04:38:40 +0000 (16:38 +1200)
committerVolker Lendecke <vl@samba.org>
Mon, 25 Jul 2016 11:56:11 +0000 (13:56 +0200)
Signed-off-by: Garming Sam <garming@catalyst.net.nz>
Reviewed-by: Volker Lendecke <vl@samba.org>
python/samba/kcc/__init__.py

index e96ff836437a840e1bb85160c03813073d3cbc3e..7b5b90dd9a50c1eb138beb363ec48b2ba768fa3a 100644 (file)
@@ -936,7 +936,7 @@ class KCC(object):
             n_rep.load_repsFrom(self.samdb)
             n_rep.load_fsmo_roles(self.samdb)
 
-            # Loop thru the existing repsFrom tupples (if any)
+            # Loop thru the existing repsFrom tuples (if any)
             # XXX This is a list and could contain duplicates
             #     (multiple load_repsFrom calls)
             for t_repsFrom in n_rep.rep_repsFrom:
@@ -995,7 +995,7 @@ class KCC(object):
                 if s_dsa is None:
                     continue
 
-                # Loop thru the existing repsFrom tupples (if any) and
+                # Loop thru the existing repsFrom tuples (if any) and
                 # if we already have a tuple for this connection then
                 # no need to proceed to add.  It will have been changed
                 # to have the correct attributes above