summaryrefslogtreecommitdiff
path: root/source3/client
diff options
context:
space:
mode:
authorMathieu Parent <math.parent@gmail.com>2018-05-04 22:23:45 +0200
committerAndrew Bartlett <abartlet@samba.org>2018-05-12 02:09:27 +0200
commit8f7749cda72fd3d4a532fdd8f2c9ba99f48ca738 (patch)
treef532ccac57a3a461d776743e3f89e8158c7b4f9f /source3/client
parent44ae08858e6e859f968456576a2b066f05382fcb (diff)
downloadsamba-8f7749cda72fd3d4a532fdd8f2c9ba99f48ca738.tar.gz
Fix spelling s/retun/return/
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/client')
-rw-r--r--source3/client/client.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/client/client.c b/source3/client/client.c
index 1429b44e9cf..8dbf7474d25 100644
--- a/source3/client/client.c
+++ b/source3/client/client.c
@@ -5564,7 +5564,7 @@ static struct {
{"posix_mkdir",cmd_posix_mkdir,"<name> 0<mode> creates a directory using POSIX interface",{COMPL_REMOTE,COMPL_NONE}},
{"posix_rmdir",cmd_posix_rmdir,"<name> removes a directory using POSIX interface",{COMPL_REMOTE,COMPL_NONE}},
{"posix_unlink",cmd_posix_unlink,"<name> removes a file using POSIX interface",{COMPL_REMOTE,COMPL_NONE}},
- {"posix_whoami",cmd_posix_whoami,"retun logged on user information "
+ {"posix_whoami",cmd_posix_whoami,"return logged on user information "
"using POSIX interface",{COMPL_REMOTE,COMPL_NONE}},
{"print",cmd_print,"<file name> print a file",{COMPL_NONE,COMPL_NONE}},
{"prompt",cmd_prompt,"toggle prompting for filenames for mget and mput",{COMPL_NONE,COMPL_NONE}},