srv_netlog_nt.c: Fix typo in comment.
authorKarolin Seeger <kseeger@samba.org>
Mon, 18 Feb 2013 09:03:51 +0000 (10:03 +0100)
committerAndrew Bartlett <abartlet@samba.org>
Mon, 18 Feb 2013 11:07:39 +0000 (22:07 +1100)
redundent -> redundant

Signed-off-by: Karolin Seeger <kseeger@samba.org>
source3/rpc_server/netlogon/srv_netlog_nt.c

index a355dd1cbbaa60e01a5a36a01067e8204522a4fc..e5da138491ba206d567e697e9aa7c3aa9ec3a1f0 100644 (file)
@@ -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.