Fix spelling s/retrive/retrieve/
[metze/samba/wip.git] / python / samba / samba3 / __init__.py
index b145e432c97eb68f580cfb54ce8e838bbb9233de..053c113715d1859ec98dc3781c3bd79ec8dd91b7 100644 (file)
@@ -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)))