diff --git a/python/samba/netcmd/domain.py b/python/samba/netcmd/domain.py index cf8c089c13d..582a17f0fff 100644 --- a/python/samba/netcmd/domain.py +++ b/python/samba/netcmd/domain.py @@ -1352,7 +1352,7 @@ class cmd_domain_passwordsettings_set(Command): Option("--max-pwd-age", help="The maximum password age ( | default). Default is 43.", type=str), Option("--account-lockout-duration", - help="The length of time an account is locked out after exeeding the limit on bad password attempts ( | default). Default is 30 mins.", type=str), + help="The length of time an account is locked out after exceeding the limit on bad password attempts ( | default). Default is 30 mins.", type=str), Option("--account-lockout-threshold", help="The number of bad password attempts allowed before locking out the account ( | default). Default is 0 (never lock out).", type=str), Option("--reset-account-lockout-after",