summaryrefslogtreecommitdiff
path: root/python/samba/samba3
diff options
context:
space:
mode:
authorMathieu Parent <math.parent@gmail.com>2018-05-04 22:23:39 +0200
committerAndrew Bartlett <abartlet@samba.org>2018-05-12 02:09:27 +0200
commit44ae08858e6e859f968456576a2b066f05382fcb (patch)
tree9da5fe56d56cf6d6fe2ab6689c81b0c31077a9b6 /python/samba/samba3
parent25ac1f192cd7361c7a7b068a8e86a5365c2a5256 (diff)
downloadsamba-44ae08858e6e859f968456576a2b066f05382fcb.tar.gz
Fix spelling s/retrive/retrieve/
Signed-off-by: Mathieu Parent <math.parent@gmail.com> Reviewed-by: Andrew Bartlett <abartlet@samba.org> Reviewed-by: Garming Sam <garming@catalyst.net.nz>
Diffstat (limited to 'python/samba/samba3')
-rw-r--r--python/samba/samba3/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/samba/samba3/__init__.py b/python/samba/samba3/__init__.py
index b145e432c97..053c113715d 100644
--- a/python/samba/samba3/__init__.py
+++ b/python/samba/samba3/__init__.py
@@ -163,7 +163,7 @@ class IdmapDatabase(DbDatabase):
def get_sid(self, xid, id_type):
"""Retrive SID associated with a particular id and type.
- :param xid: UID or GID to retrive SID for.
+ :param xid: UID or GID to retrieve SID for.
:param id_type: Type of id specified - 'UID' or 'GID'
"""
data = self.db.get("%s %s\0" % (id_type, str(xid)))