From: Jennifer Sutton Date: Mon, 2 Sep 2024 23:38:13 +0000 (+1200) Subject: python: Correct comment X-Git-Tag: tevent-0.17.0~135 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=8fc5c78ff64ec1357b6d288e6069b0c9c78915df;p=thirdparty%2Fsamba.git python: Correct comment BUG: https://bugzilla.samba.org/show_bug.cgi?id=15852 Signed-off-by: Jennifer Sutton Reviewed-by: Douglas Bagnall --- diff --git a/python/samba/drs_utils.py b/python/samba/drs_utils.py index 92fc32485ba..3907743b62e 100644 --- a/python/samba/drs_utils.py +++ b/python/samba/drs_utils.py @@ -226,7 +226,7 @@ class drs_Replicate(object): def _calculate_missing_anc_locally(self, ctr): self.guids_seen = set() - # walk objects in ctr, add to guid_seen as we see them + # walk objects in ctr, add to guids_seen as we see them # note if an object doesn't have a parent object_to_check = ctr.first_object