diff options
author | Volker Lendecke <vl@samba.org> | 2008-07-02 14:03:25 +0200 |
---|---|---|
committer | Volker Lendecke <vl@samba.org> | 2008-07-02 14:18:01 +0200 |
commit | dd7691ce68f3b0b44c35749efb03d7b7cb38a4ad (patch) | |
tree | 085f73cf2fcfc3a7d418702d352bbefd0ed3afdc /source3 | |
parent | 1999791b7cedb6f25d6d638513a5b9aa647bb977 (diff) | |
download | samba-dd7691ce68f3b0b44c35749efb03d7b7cb38a4ad.tar.gz samba-dd7691ce68f3b0b44c35749efb03d7b7cb38a4ad.tar.bz2 samba-dd7691ce68f3b0b44c35749efb03d7b7cb38a4ad.zip |
Fix typo
(This used to be commit fe58926283b51910d8587e32bb11aa681b9a27d3)
Diffstat (limited to 'source3')
-rw-r--r-- | source3/winbindd/idmap_cache.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source3/winbindd/idmap_cache.c b/source3/winbindd/idmap_cache.c index f7e1d4e6d1..b427db51b0 100644 --- a/source3/winbindd/idmap_cache.c +++ b/source3/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 * |