From: Douglas Bagnall Date: Fri, 8 Jun 2018 03:36:39 +0000 (+1200) Subject: python/drs_utils: fix repeated typo X-Git-Tag: tevent-0.9.37~387 X-Git-Url: http://git.samba.org/samba.git/?p=nivanova%2Fsamba-autobuild%2F.git;a=commitdiff_plain;h=b9a323a27cff7cca09babdf6dea784e94e25dad7 python/drs_utils: fix repeated typo Signed-off-by: Douglas Bagnall Reviewed-by: Andrew Bartlett Autobuild-User(master): Andrew Bartlett Autobuild-Date(master): Sun Jun 10 21:41:33 CEST 2018 on sn-devel-144 --- diff --git a/python/samba/drs_utils.py b/python/samba/drs_utils.py index 1940d2d1b27..7fab4802522 100644 --- a/python/samba/drs_utils.py +++ b/python/samba/drs_utils.py @@ -65,7 +65,7 @@ def sendDsReplicaSync(drsuapiBind, drsuapi_handle, source_dsa_guid, """Send DS replica sync request. :param drsuapiBind: a drsuapi Bind object - :param drsuapi_handle: a drsuapi hanle on the drsuapi connection + :param drsuapi_handle: a drsuapi handle on the drsuapi connection :param source_dsa_guid: the guid of the source dsa for the replication :param naming_context: the DN of the naming context to replicate :param req_options: replication options for the DsReplicaSync call @@ -91,7 +91,7 @@ def sendRemoveDsServer(drsuapiBind, drsuapi_handle, server_dsa_dn, domain): """Send RemoveDSServer request. :param drsuapiBind: a drsuapi Bind object - :param drsuapi_handle: a drsuapi hanle on the drsuapi connection + :param drsuapi_handle: a drsuapi handle on the drsuapi connection :param server_dsa_dn: a DN object of the server's dsa that we want to demote :param domain: a DN object of the server's domain