From d1d0f1d11d07ee2ae64e7a83493e5dddde8611c0 Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Tue, 24 Apr 2012 14:07:00 +0200 Subject: s3: Fix a typo --- source3/smbd/filename.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3') diff --git a/source3/smbd/filename.c b/source3/smbd/filename.c index 95e8c14409..ac218a16fe 100644 --- a/source3/smbd/filename.c +++ b/source3/smbd/filename.c @@ -1276,7 +1276,7 @@ static NTSTATUS build_stream_path(TALLOC_CTX *mem_ctx, * @param ctx talloc_ctx to allocate memory with. * @param conn connection struct for vfs calls. * @param dfs_path Whether this path requires dfs resolution. - * @param smbreq SMB request if we're using privilages. + * @param smbreq SMB request if we're using privileges. * @param name_in The unconverted name. * @param ucf_flags flags to pass through to unix_convert(). * UCF_ALWAYS_ALLOW_WCARD_LCOMP will be OR'd in if -- cgit