]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
python: Correct comment
authorJennifer Sutton <jennifersutton@catalyst.net.nz>
Mon, 2 Sep 2024 23:38:13 +0000 (11:38 +1200)
committerJo Sutton <jsutton@samba.org>
Mon, 26 May 2025 02:41:36 +0000 (02:41 +0000)
BUG: https://bugzilla.samba.org/show_bug.cgi?id=15852

Signed-off-by: Jennifer Sutton <jennifersutton@catalyst.net.nz>
Reviewed-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz>
python/samba/drs_utils.py

index 92fc32485ba46c0b8b7d3a52953c6155330f9039..3907743b62e943c1a8dbf2051deea9e9840eb8f3 100644 (file)
@@ -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