summaryrefslogtreecommitdiff
path: root/source3
diff options
context:
space:
mode:
authorMathieu Parent <math.parent@gmail.com>2018-05-04 22:24:00 +0200
committerAndrew Bartlett <abartlet@samba.org>2018-05-12 02:09:27 +0200
commit66a9b5345799846641069286b3db75feec1542b0 (patch)
tree8c2f93b0e9d196819220bbbaddd4caf38c2fe3ad /source3
parentc55248bbbcd0c1f9fbdeccf508900fc0d1dc9ce9 (diff)
downloadsamba-66a9b5345799846641069286b3db75feec1542b0.tar.gz
Fix spelling s/succesfully/successfully/
Signed-off-by: Mathieu Parent <math.parent@gmail.com> Reviewed-by: Andrew Bartlett <abartlet@samba.org> Reviewed-by: Garming Sam <garming@catalyst.net.nz>
Diffstat (limited to 'source3')
-rw-r--r--source3/smbd/filename.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/smbd/filename.c b/source3/smbd/filename.c
index 1186918a7f2..9e15af1916d 100644
--- a/source3/smbd/filename.c
+++ b/source3/smbd/filename.c
@@ -1555,7 +1555,7 @@ static NTSTATUS build_stream_path(TALLOC_CTX *mem_ctx,
* @param pp_smb_fname The final converted name will be allocated if the
* return is NT_STATUS_OK.
*
- * @return NT_STATUS_OK if all operations completed succesfully, appropriate
+ * @return NT_STATUS_OK if all operations completed successfully, appropriate
* error otherwise.
*/
static NTSTATUS filename_convert_internal(TALLOC_CTX *ctx,