diff options
Diffstat (limited to 'source3/winbindd/idmap_hash')
-rw-r--r-- | source3/winbindd/idmap_hash/idmap_hash.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 ) { |