From 1f1edb65bf9e09ec77fd10572f89de6b1e77445c Mon Sep 17 00:00:00 2001 From: Garming Sam Date: Fri, 22 Jul 2016 16:38:40 +1200 Subject: [PATCH] kcc: typo fix tupple => tuple Signed-off-by: Garming Sam Reviewed-by: Volker Lendecke --- python/samba/kcc/__init__.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/python/samba/kcc/__init__.py b/python/samba/kcc/__init__.py index e96ff836437..7b5b90dd9a5 100644 --- a/python/samba/kcc/__init__.py +++ b/python/samba/kcc/__init__.py @@ -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 -- 2.47.3