]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
wscript: Fix help text spelling
authorJennifer Sutton <jennifersutton@catalyst.net.nz>
Tue, 18 Nov 2025 03:33:31 +0000 (16:33 +1300)
committerDouglas Bagnall <dbagnall@samba.org>
Tue, 18 Nov 2025 23:28:40 +0000 (23:28 +0000)
Signed-off-by: Jennifer Sutton <jennifersutton@catalyst.net.nz>
Reviewed-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz>
wscript

diff --git a/wscript b/wscript
index f27863737fa289b69d10679503a66c538b7a80c5..5159572860f6518ac152ec6f8c19ebf1276c029e 100644 (file)
--- a/wscript
+++ b/wscript
@@ -124,11 +124,11 @@ def options(opt):
                   action="store_false", dest='enable_relro')
 
     opt.add_option('--with-kernel-keyring',
-                  help=('Enable kernely keyring support for credential storage ' +
+                  help=('Enable kernel keyring support for credential storage ' +
                         '(default if keyutils libraries are available)'),
                   action='store_true', dest='enable_keyring')
     opt.add_option('--without-kernel-keyring',
-                  help=('Disable kernely keyring support for credential storage'),
+                  help=('Disable kernel keyring support for credential storage'),
                   action='store_false', dest='enable_keyring')
 
     opt.samba_add_onoff_option('ldap')