From: Volker Lendecke Date: Thu, 23 Apr 2020 09:29:02 +0000 (+0200) Subject: vfs_widelinks: Fix small typos X-Git-Tag: ldb-2.2.0~757 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e3e902f57041b1c11fa7dc9e96b928420fa42263;p=thirdparty%2Fsamba.git vfs_widelinks: Fix small typos Signed-off-by: Volker Lendecke Reviewed-by: Ralph Boehme --- diff --git a/source3/modules/vfs_widelinks.c b/source3/modules/vfs_widelinks.c index 36bd3ec6377..02b1f38e0e1 100644 --- a/source3/modules/vfs_widelinks.c +++ b/source3/modules/vfs_widelinks.c @@ -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. */