diff options
author | Volker Lendecke <vl@samba.org> | 2010-09-08 20:59:46 +0200 |
---|---|---|
committer | Volker Lendecke <vl@samba.org> | 2010-09-08 21:00:03 +0200 |
commit | 3928565bc97a7c03305c7fd58fbd41be68940f24 (patch) | |
tree | bce108979f99018746c456cae25d55404eaf89e6 /source3 | |
parent | 81ece84b789c64243db1661df6c9fa590d19490f (diff) | |
download | samba-3928565bc97a7c03305c7fd58fbd41be68940f24.tar.gz samba-3928565bc97a7c03305c7fd58fbd41be68940f24.tar.bz2 samba-3928565bc97a7c03305c7fd58fbd41be68940f24.zip |
s3: Fix a typo
Diffstat (limited to 'source3')
-rw-r--r-- | source3/winbindd/winbindd_cm.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 |