diff options
author | Volker Lendecke <vl@samba.org> | 2010-12-06 14:05:49 +0100 |
---|---|---|
committer | Volker Lendecke <vlendec@samba.org> | 2010-12-19 23:25:06 +0100 |
commit | 43e42b4e77244602e6eb85f64bfc9d50d1c5f6ab (patch) | |
tree | 91a056f5a1a717be3970e881565a1a153c0b47cc /source3/winbindd/idmap_hash | |
parent | a4bcabc726077a2ad598c87cd10cdae14d45d99a (diff) | |
download | samba-43e42b4e77244602e6eb85f64bfc9d50d1c5f6ab.tar.gz samba-43e42b4e77244602e6eb85f64bfc9d50d1c5f6ab.tar.bz2 samba-43e42b4e77244602e6eb85f64bfc9d50d1c5f6ab.zip |
s3: Fix some typos
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 ) { |