From: Jennifer Sutton Date: Thu, 29 Aug 2024 22:01:01 +0000 (+1200) Subject: samba-tool: Fix code spelling X-Git-Tag: tevent-0.17.0~109 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=78c8336fcb15035d80d01911d712acda9c3966ac;p=thirdparty%2Fsamba.git samba-tool: Fix code spelling Signed-off-by: Jennifer Sutton Reviewed-by: Douglas Bagnall --- diff --git a/python/samba/netcmd/domain/kds/root_key.py b/python/samba/netcmd/domain/kds/root_key.py index 61237ff9c2b..f375c0d6c04 100644 --- a/python/samba/netcmd/domain/kds/root_key.py +++ b/python/samba/netcmd/domain/kds/root_key.py @@ -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",