]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
samba-tool: Fix code spelling
authorJennifer Sutton <jennifersutton@catalyst.net.nz>
Thu, 29 Aug 2024 22:01:01 +0000 (10:01 +1200)
committerJo Sutton <jsutton@samba.org>
Mon, 26 May 2025 02:41:37 +0000 (02:41 +0000)
Signed-off-by: Jennifer Sutton <jennifersutton@catalyst.net.nz>
Reviewed-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz>
python/samba/netcmd/domain/kds/root_key.py

index 61237ff9c2b3d00bf45bbaf906739cc0acf65d07..f375c0d6c04e96df395785803f69a964796ba28e 100644 (file)
@@ -149,7 +149,7 @@ def encode_by_key(k, v):
     return [fn(x) for x in v]
 
 
-# these attributes we normally wany to show. 'name' is a GUID string
+# these attributes we normally want to show. 'name' is a GUID string
 # (and has the same value as cn, the rdn).
 BASE_ATTRS = ["name",
               "msKds-UseStartTime",