Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Ralph Boehme <slow@samba.org>
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.
}
/*
- * We know we never get a path continaing
+ * We know we never get a path containing
* DOT or DOTDOT.
*/