summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2020-10-18 17:40:30 +0200
committerJeremy Allison <jra@samba.org>2020-10-21 19:04:39 +0000
commit4ad0e4d210b4be59195d73760f31e07c38b71a3f (patch)
treed02666c61c96b5d00c6bb8916aba2a4ccf751dde
parent7ce22e2f57489bff26bb1e5e379d5081d46710f2 (diff)
downloadsamba-4ad0e4d210b4be59195d73760f31e07c38b71a3f.tar.gz
libsmb: Fix a typo
Signed-off-by: Volker Lendecke <vl@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org>
-rw-r--r--source3/libsmb/clidfs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/libsmb/clidfs.c b/source3/libsmb/clidfs.c
index 09c9b8958e3..6a1b8e8707e 100644
--- a/source3/libsmb/clidfs.c
+++ b/source3/libsmb/clidfs.c
@@ -1057,7 +1057,7 @@ NTSTATUS cli_resolve_path(TALLOC_CTX *ctx,
if (extrapath && strlen(extrapath) > 0) {
/* EMC Celerra NAS version 5.6.50 (at least) doesn't appear to */
- /* put the trailing \ on the path, so to be save we put one in if needed */
+ /* put the trailing \ on the path, so to be safe we put one in if needed */
if (extrapath[strlen(extrapath)-1] != '\\' && **pp_targetpath != '\\') {
*pp_targetpath = talloc_asprintf(ctx,
"%s\\%s",