WHATSNEW: Fix spelling
authorAndrew Bartlett <abartlet@samba.org>
Wed, 11 Jul 2018 10:01:29 +0000 (22:01 +1200)
committerAndrew Bartlett <abartlet@samba.org>
Thu, 12 Jul 2018 02:32:05 +0000 (04:32 +0200)
Signed-off-by: Andrew Bartlett <abartlet@samba.org>
Reviewed-by: Ralph Boehme <slow@samba.org>
WHATSNEW.txt

index 956a4a04ceaa56af462031b480b48f1c4b69a60b..114844c1de2b56dae79926ac3f98d8e95acd6f5a 100644 (file)
@@ -21,7 +21,7 @@ net ads setspn
 ---------------
 
 There is a new 'net ads setspn' sub command for managing Windows SPN(s)
-on the AD. This command aims to give the basic functionaility that is
+on the AD. This command aims to give the basic functionality that is
 provided on windows by 'setspn.exe' e.g. ability to add, delete and list
 Windows SPN(s) stored in a Windows AD Computer object.
 
@@ -64,7 +64,7 @@ tries to log in as 'alice', but the samAccountName is set to ALICE (uppercase),
 Kerberos would return ALICE as the username. Kerberos would not be able to map
 'alice' to 'ALICE' in this case and auth would fail.  With this plugin account
 names can be correctly mapped. This only applies to GSSAPI authentication,
-not for the geting the initial ticket granting ticket.
+not for the getting the initial ticket granting ticket.
 
 VFS audit modules
 -----------------
@@ -111,7 +111,7 @@ entries.
 New Experimental LMDB LDB backend
 ---------------------------------
 
-A new experimental LDB backend using LMBD is now available. This allows
+A new experimental LDB backend using LMDB is now available. This allows
 databases larger than 4Gb (Currently the limit is set to 6Gb, but this will be
 increased in a future release). To enable lmdb, provision or join a domain using
 the --backend-store=mdb option.