From 26b2a132ffcd8485f06b349901796fb0367b62c7 Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Fri, 5 Nov 2010 15:44:55 +0100 Subject: s3: Fix a typo --- source3/auth/server_info.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3') diff --git a/source3/auth/server_info.c b/source3/auth/server_info.c index c08c284e0c..3bb7d25d29 100644 --- a/source3/auth/server_info.c +++ b/source3/auth/server_info.c @@ -240,7 +240,7 @@ static NTSTATUS append_netr_SidAttr(TALLOC_CTX *mem_ctx, return NT_STATUS_OK; } -/* Fils the samr_RidWithAttributeArray with the provided sids. +/* Fills the samr_RidWithAttributeArray with the provided sids. * If it happens that we have additional groups that do not belong * to the domain, add their sids as extra sids */ static NTSTATUS group_sids_to_info3(struct netr_SamInfo3 *info3, -- cgit