s3: Fix a typo
authorVolker Lendecke <vl@samba.org>
Sat, 26 Feb 2011 13:01:08 +0000 (14:01 +0100)
committerVolker Lendecke <vlendec@samba.org>
Sun, 27 Feb 2011 19:14:20 +0000 (20:14 +0100)
Autobuild-User: Volker Lendecke <vlendec@samba.org>
Autobuild-Date: Sun Feb 27 20:14:20 CET 2011 on sn-devel-104

source3/winbindd/idmap_ad.c

index 1d09780112fdf0de910ae30c67f61a2dea68977c..4ca3248bd83fbf27eaef072527c16713fd455558 100644 (file)
@@ -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;