diff options
author | Volker Lendecke <vl@samba.org> | 2012-04-24 14:07:00 +0200 |
---|---|---|
committer | Volker Lendecke <vl@samba.org> | 2012-04-24 16:44:26 +0200 |
commit | d1d0f1d11d07ee2ae64e7a83493e5dddde8611c0 (patch) | |
tree | 8bcf39cf19178ccd7328a70e65f66d301356fd86 /source3/smbd/filename.c | |
parent | 1267ced693fa9ac16e8b161e2d475a2a3ea99859 (diff) | |
download | samba-d1d0f1d11d07ee2ae64e7a83493e5dddde8611c0.tar.gz samba-d1d0f1d11d07ee2ae64e7a83493e5dddde8611c0.tar.xz samba-d1d0f1d11d07ee2ae64e7a83493e5dddde8611c0.zip |
s3: Fix a typo
Diffstat (limited to 'source3/smbd/filename.c')
-rw-r--r-- | source3/smbd/filename.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 |