python:samba:samba3: Fix code spelling
authorAndreas Schneider <asn@samba.org>
Tue, 6 Jun 2023 11:22:56 +0000 (13:22 +0200)
committerAndreas Schneider <asn@cryptomilk.org>
Fri, 23 Jun 2023 13:44:31 +0000 (13:44 +0000)
Signed-off-by: Andreas Schneider <asn@samba.org>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
python/samba/samba3/__init__.py

index f15bb291394896b877d846abc4d09cfeb8d6dc38..af00f69d7ffb23517eb5c544a84f7a932710cb00 100644 (file)
@@ -163,7 +163,7 @@ class IdmapDatabase(DbDatabase):
                 yield int(k[len(IDMAP_GROUP_PREFIX):].rstrip(b"\0"))
 
     def get_sid(self, xid, id_type):
-        """Retrive SID associated with a particular id and type.
+        """Retrieve SID associated with a particular id and type.
 
         :param xid: UID or GID to retrieve SID for.
         :param id_type: Type of id specified - 'UID' or 'GID'