From 43e42b4e77244602e6eb85f64bfc9d50d1c5f6ab Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Mon, 6 Dec 2010 14:05:49 +0100 Subject: s3: Fix some typos --- source3/winbindd/idmap_hash/idmap_hash.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/winbindd') diff --git a/source3/winbindd/idmap_hash/idmap_hash.c b/source3/winbindd/idmap_hash/idmap_hash.c index 08e283cd57..c52a90f82b 100644 --- a/source3/winbindd/idmap_hash/idmap_hash.c +++ b/source3/winbindd/idmap_hash/idmap_hash.c @@ -114,7 +114,7 @@ static NTSTATUS be_init(struct idmap_domain *dom, size_t num_domains = 0; int i; - /* If the domain SID hash talbe has been initialized, assume + /* If the domain SID hash table has been initialized, assume that we completed this function previously */ if ( hashed_domains ) { -- cgit