diff options
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -31,7 +31,7 @@ Component by component it checks that every element is not writable to anyone but the calling user (identified by `getuid`) or else root (which is implicitly trusted). -`safepath_check` begins by validating the `/` (root) direcgtory if the +`safepath_check` begins by validating the `/` (root) directory if the input is an absolute path, or else the current directory `.` (dot) if the path is relative. It then goes from there. |