Signed-off-by: Andreas Schneider <asn@samba.org>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
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]])