summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2011-02-26 14:01:08 +0100
committerVolker Lendecke <vlendec@samba.org>2011-02-27 20:14:20 +0100
commiteeeae97389f59a5bc96c2ef4a68814612e25ee34 (patch)
tree304289bbba3ba1f91f821abfbb43857fb0c82cdb
parent1f0cd9cb9782a710d9a4a5e4ad316342bab45288 (diff)
downloadsamba-eeeae97389f59a5bc96c2ef4a68814612e25ee34.tar.gz
samba-eeeae97389f59a5bc96c2ef4a68814612e25ee34.tar.bz2
samba-eeeae97389f59a5bc96c2ef4a68814612e25ee34.zip
s3: Fix a typo
Autobuild-User: Volker Lendecke <vlendec@samba.org> Autobuild-Date: Sun Feb 27 20:14:20 CET 2011 on sn-devel-104
-rw-r--r--source3/winbindd/idmap_ad.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/winbindd/idmap_ad.c b/source3/winbindd/idmap_ad.c
index 1d09780112..4ca3248bd8 100644
--- a/source3/winbindd/idmap_ad.c
+++ b/source3/winbindd/idmap_ad.c
@@ -672,7 +672,7 @@ again:
ret = NT_STATUS_OK;
- /* mark all unknwoni/expired ones as unmapped */
+ /* mark all unknown/expired ones as unmapped */
for (i = 0; ids[i]; i++) {
if (ids[i]->status != ID_MAPPED)
ids[i]->status = ID_UNMAPPED;