]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
python:samba:gp: Fix code spelling
authorAndreas Schneider <asn@samba.org>
Tue, 6 Jun 2023 11:13:15 +0000 (13:13 +0200)
committerAndreas Schneider <asn@cryptomilk.org>
Fri, 23 Jun 2023 13:44:31 +0000 (13:44 +0000)
Signed-off-by: Andreas Schneider <asn@samba.org>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
python/samba/gp/gpclass.py

index 11275f3f11700037fbdf28aecf7588c6b725cefa..617ef79350c758e34440f2beeb5252bd68e5e4b2 100644 (file)
@@ -445,7 +445,7 @@ class gp_applier(object):
 
         The importance here is the digest of the data makes the attribute
         reproducible and uniquely identifies it. Hashing the name with
-        the data ensures we don't falsly identify a match which is the same
+        the data ensures we don't falsely identify a match which is the same
         text in a different file. Using this attribute generator is optional.
         '''
         data = b''.join([get_bytes(arg) for arg in [*args]])