From: Volker Lendecke Date: Wed, 2 Jul 2008 12:03:25 +0000 (+0200) Subject: Fix typo X-Git-Tag: samba-3.3.0pre1~704 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=fe58926283b51910d8587e32bb11aa681b9a27d3;p=thirdparty%2Fsamba.git Fix typo --- diff --git a/source/winbindd/idmap_cache.c b/source/winbindd/idmap_cache.c index f7e1d4e6d18..b427db51b06 100644 --- a/source/winbindd/idmap_cache.c +++ b/source/winbindd/idmap_cache.c @@ -301,7 +301,7 @@ failed: return NT_STATUS_INTERNAL_DB_CORRUPTION; } -/* search the cahce for the SID an return a mapping if found * +/* search the cache for the SID an return a mapping if found * * * 4 cases are possible * @@ -410,7 +410,7 @@ done: return ret; } -/* search the cahce for the ID an return a mapping if found * +/* search the cache for the ID an return a mapping if found * * * 4 cases are possible *