From eeeae97389f59a5bc96c2ef4a68814612e25ee34 Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Sat, 26 Feb 2011 14:01:08 +0100 Subject: [PATCH] s3: Fix a typo Autobuild-User: Volker Lendecke Autobuild-Date: Sun Feb 27 20:14:20 CET 2011 on sn-devel-104 --- source3/winbindd/idmap_ad.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source3/winbindd/idmap_ad.c b/source3/winbindd/idmap_ad.c index 1d09780112f..4ca3248bd83 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; -- 2.34.1