]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
vfs_widelinks: Fix small typos
authorVolker Lendecke <vl@samba.org>
Thu, 23 Apr 2020 09:29:02 +0000 (11:29 +0200)
committerRalph Boehme <slow@samba.org>
Tue, 5 May 2020 11:48:38 +0000 (11:48 +0000)
Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Ralph Boehme <slow@samba.org>
source3/modules/vfs_widelinks.c

index 36bd3ec6377a58567870b949b183ada8125f7a5b..02b1f38e0e1257c32f59642681efc511e554cb92 100644 (file)
@@ -34,7 +34,7 @@
  1). When the upper layer code does a chdir() call to a pathname,
  this module stores the requested pathname inside config->cwd.
 
- When the upper layer code does a getwd() or reapath(), we return
+ When the upper layer code does a getwd() or realpath(), we return
  the absolute path of the value stored in config->cwd, *not* the
  position on the underlying filesystem.
 
@@ -161,7 +161,7 @@ static int widelinks_chdir(struct vfs_handle_struct *handle,
        }
 
        /*
-        * We know we never get a path continaing
+        * We know we never get a path containing
         * DOT or DOTDOT.
         */