]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
libsmb: Fix a typo
authorVolker Lendecke <vl@samba.org>
Sun, 18 Oct 2020 15:40:30 +0000 (17:40 +0200)
committerJeremy Allison <jra@samba.org>
Wed, 21 Oct 2020 19:04:39 +0000 (19:04 +0000)
Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
source3/libsmb/clidfs.c

index 09c9b8958e368688e9ba5032ef00cabfcea61468..6a1b8e8707e110ecbc0603634c2fdee80eec516f 100644 (file)
@@ -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",