From 75ca814f1efe435da018f7604865fda7ac59f712 Mon Sep 17 00:00:00 2001 From: Karolin Seeger Date: Mon, 18 Feb 2013 10:03:51 +0100 Subject: srv_netlog_nt.c: Fix typo in comment. redundent -> redundant Signed-off-by: Karolin Seeger --- source3/rpc_server/netlogon/srv_netlog_nt.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/rpc_server/netlogon') diff --git a/source3/rpc_server/netlogon/srv_netlog_nt.c b/source3/rpc_server/netlogon/srv_netlog_nt.c index a355dd1cbb..e5da138491 100644 --- a/source3/rpc_server/netlogon/srv_netlog_nt.c +++ b/source3/rpc_server/netlogon/srv_netlog_nt.c @@ -649,7 +649,7 @@ static NTSTATUS get_md4pw(struct samr_Password *md4pw, const char *mach_acct, #if 0 /* - * Currently this code is redundent as we already have a filter + * Currently this code is redundant as we already have a filter * by hostname list. What this code really needs to do is to * get a hosts allowed/hosts denied list from the SAM database * on a per user basis, and make the access decision there. -- cgit