From: Garming Sam Date: Fri, 22 Jul 2016 04:38:40 +0000 (+1200) Subject: kcc: typo fix tupple => tuple X-Git-Tag: tdb-1.3.10~144 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=1f1edb65bf9e09ec77fd10572f89de6b1e77445c;p=thirdparty%2Fsamba.git kcc: typo fix tupple => tuple Signed-off-by: Garming Sam Reviewed-by: Volker Lendecke --- 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