From 3928565bc97a7c03305c7fd58fbd41be68940f24 Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Wed, 8 Sep 2010 20:59:46 +0200 Subject: s3: Fix a typo --- source3/winbindd/winbindd_cm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/winbindd/winbindd_cm.c') diff --git a/source3/winbindd/winbindd_cm.c b/source3/winbindd/winbindd_cm.c index 3f6d02ec29..94142e0323 100644 --- a/source3/winbindd/winbindd_cm.c +++ b/source3/winbindd/winbindd_cm.c @@ -1458,7 +1458,7 @@ static NTSTATUS cm_open_connection(struct winbindd_domain *domain, } /* we have to check the server affinity cache here since - later we selecte a DC based on response time and not preference */ + later we select a DC based on response time and not preference */ /* Check the negative connection cache before talking to it. It going down may have -- cgit