From: Andreas Schneider Date: Tue, 6 Jun 2023 11:13:15 +0000 (+0200) Subject: python:samba:gp: Fix code spelling X-Git-Tag: talloc-2.4.1~276 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f3b2814d842809e5e95e2eba094ab08fe71057e2;p=thirdparty%2Fsamba.git python:samba:gp: Fix code spelling Signed-off-by: Andreas Schneider Reviewed-by: Andrew Bartlett --- diff --git a/python/samba/gp/gpclass.py b/python/samba/gp/gpclass.py index 11275f3f117..617ef79350c 100644 --- a/python/samba/gp/gpclass.py +++ b/python/samba/gp/gpclass.py @@ -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]])