1
0
mirror of https://github.com/nmap/nmap.git synced 2026-01-24 15:19:03 +00:00

Another typo fix

This commit is contained in:
ron
2009-03-12 18:27:52 +00:00
parent f3a4f40583
commit fa9a63bf0a

View File

@@ -3749,7 +3749,7 @@ local samr_PasswordProperties =
}
local samr_PasswordProperties_str =
{
DOMAIN_PASSWORD_COMPLEX = "Compexity requirements exist",
DOMAIN_PASSWORD_COMPLEX = "Complexity requirements exist",
DOMAIN_PASSWORD_NO_ANON_CHANGE = "Must be logged in to change password",
DOMAIN_PASSWORD_NO_CLEAR_CHANGE = "Cannot change passwords in cleartext",
DOMAIN_PASSWORD_LOCKOUT_ADMINS = "Admin account can be locked out",