1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-23 17:34:34 +03:00

vfs_widelinks: Fix small typos

Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Ralph Boehme <slow@samba.org>
This commit is contained in:
Volker Lendecke 2020-04-23 11:29:02 +02:00 committed by Ralph Boehme
parent 0847f56f24
commit e3e902f570

View 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.
*/