summaryrefslogtreecommitdiff
path: root/nsswitch
diff options
context:
space:
mode:
authorChris Lamb <chris@chris-lamb.co.uk>2017-02-18 08:49:06 +1300
committerGarming Sam <garming@samba.org>2017-02-22 08:26:22 +0100
commitedcf56522cdf2a1df1295e73e891bac555296396 (patch)
treedccf21f5256515fb88bd49c74523ae6add2dc7ef /nsswitch
parent6e4744df8327d8c389e7c44a602329b400254959 (diff)
downloadsamba-edcf56522cdf2a1df1295e73e891bac555296396.tar.gz
Correct "Controler" typos.
Signed-off-by: Chris Lamb <chris@chris-lamb.co.uk> Reviewed-by: Andrew Bartlett <abartlet@samba.org> Reviewed-by: Garming Sam <garming@catalyst.net.nz>
Diffstat (limited to 'nsswitch')
-rw-r--r--nsswitch/pam_winbind.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/nsswitch/pam_winbind.c b/nsswitch/pam_winbind.c
index b78c6bd93e2..859101fcd79 100644
--- a/nsswitch/pam_winbind.c
+++ b/nsswitch/pam_winbind.c
@@ -610,7 +610,7 @@ static const struct ntstatus_errors {
{"NT_STATUS_OK",
N_("Success")},
{"NT_STATUS_BACKUP_CONTROLLER",
- N_("No primary Domain Controler available")},
+ N_("No primary Domain Controller available")},
{"NT_STATUS_DOMAIN_CONTROLLER_NOT_FOUND",
N_("No domain controllers found")},
{"NT_STATUS_NO_LOGON_SERVERS",