summaryrefslogtreecommitdiff
path: root/source3
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2021-02-22 19:32:00 +0100
committerJeremy Allison <jra@samba.org>2021-03-09 22:36:28 +0000
commit8d4f02426580f64bcfebb2216f5e81810b914e76 (patch)
tree29664f82ddab389ca15aa6f75c3ba5fe4ec4b634 /source3
parent72cc8dce4c9f592b3e28dce36f611b0093da62ce (diff)
downloadsamba-8d4f02426580f64bcfebb2216f5e81810b914e76.tar.gz
winbindd: Fix a typo
Signed-off-by: Volker Lendecke <vl@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org>
Diffstat (limited to 'source3')
-rw-r--r--source3/winbindd/winbindd_util.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/winbindd/winbindd_util.c b/source3/winbindd/winbindd_util.c
index 414b770a271..48b44c145ae 100644
--- a/source3/winbindd/winbindd_util.c
+++ b/source3/winbindd/winbindd_util.c
@@ -1543,7 +1543,7 @@ struct winbindd_domain *find_lookup_domain_from_name(const char *domain_name)
strequal(domain_name, unix_groups_domain_name() ) )
{
/*
- * The "Unix User" and "Unix Group" domain our handled by
+ * The "Unix User" and "Unix Group" domain are handled by
* passdb
*/
return find_domain_from_name_noinit( get_global_sam_name() );