s3:utils: Use talloc instead of malloc functions
[samba.git] / source4 / dsdb / samdb / ldb_modules / samba3sid.c
index f38ab407bb4a586ccc45df6974a10b3c2b923cb7..e5e5ce7620c1fb752323df9697fe59d13415b379 100644 (file)
@@ -93,7 +93,7 @@ static int samba3sid_next_sid(struct ldb_module *module,
        }
 
        /* choose the highest of the 3 - see pdb_ldap.c for an
-        * explaination */
+        * explanation */
        rid = sambaNextRid;
        if ((sambaNextUserRid != (uint32_t) -1) && (sambaNextUserRid > rid)) {
                rid = sambaNextUserRid;