diff options
| author | Andreas Schneider <asn@samba.org> | 2023-06-06 13:13:15 +0200 |
|---|---|---|
| committer | Andreas Schneider <asn@cryptomilk.org> | 2023-06-23 13:44:31 +0000 |
| commit | f3b2814d842809e5e95e2eba094ab08fe71057e2 (patch) | |
| tree | a6a4f77962ad86c57b160b799d553a48308b5f14 /python/samba | |
| parent | a15b8611cebc7161e68444143174ce087a5df8ef (diff) | |
| download | samba-f3b2814d842809e5e95e2eba094ab08fe71057e2.tar.gz samba-f3b2814d842809e5e95e2eba094ab08fe71057e2.tar.bz2 samba-f3b2814d842809e5e95e2eba094ab08fe71057e2.zip | |
python:samba:gp: Fix code spelling
Signed-off-by: Andreas Schneider <asn@samba.org>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
Diffstat (limited to 'python/samba')
| -rw-r--r-- | python/samba/gp/gpclass.py | 2 |
1 files changed, 1 insertions, 1 deletions
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]]) |
