1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-26 10:04:02 +03:00

python:samba:gp: Fix code spelling

Signed-off-by: Andreas Schneider <asn@samba.org>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
This commit is contained in:
Andreas Schneider 2023-06-06 13:13:15 +02:00 committed by Andreas Schneider
parent a15b8611ce
commit f3b2814d84

View 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]])