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:
parent
0847f56f24
commit
e3e902f570
@ -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.
|
||||
*/
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user