summaryrefslogtreecommitdiff
path: root/python/samba
diff options
context:
space:
mode:
authorAndreas Schneider <asn@samba.org>2023-06-06 13:13:15 +0200
committerAndreas Schneider <asn@cryptomilk.org>2023-06-23 13:44:31 +0000
commitf3b2814d842809e5e95e2eba094ab08fe71057e2 (patch)
treea6a4f77962ad86c57b160b799d553a48308b5f14 /python/samba
parenta15b8611cebc7161e68444143174ce087a5df8ef (diff)
downloadsamba-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.py2
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]])