summaryrefslogtreecommitdiff
path: root/source3/auth/server_info.c
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2010-11-05 15:44:55 +0100
committerVolker Lendecke <vl@samba.org>2010-11-05 15:54:05 +0100
commit26b2a132ffcd8485f06b349901796fb0367b62c7 (patch)
treea60edcc10a65699bdc6edab0a8be66cccc8c30fc /source3/auth/server_info.c
parent5915d4a0b63882573a406a543f9cd5b72de061ff (diff)
downloadsamba-26b2a132ffcd8485f06b349901796fb0367b62c7.tar.gz
samba-26b2a132ffcd8485f06b349901796fb0367b62c7.tar.bz2
samba-26b2a132ffcd8485f06b349901796fb0367b62c7.zip
s3: Fix a typo
Diffstat (limited to 'source3/auth/server_info.c')
-rw-r--r--source3/auth/server_info.c2
1 files changed, 1 insertions, 1 deletions
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,