diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2022-07-25 09:45:39 -0700 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2022-07-25 09:45:39 -0700 |
commit | d58903d185551d81edb7f65cf83ffa70db7dc12f (patch) | |
tree | 2dc08e8c6c92a2072def2fe45b0bdf20b179b449 | |
parent | 645b1184ec996696f24a65c1ad39fc50a1e5cbb2 (diff) | |
download | safepath-d58903d185551d81edb7f65cf83ffa70db7dc12f.tar.gz safepath-d58903d185551d81edb7f65cf83ffa70db7dc12f.tar.bz2 safepath-d58903d185551d81edb7f65cf83ffa70db7dc12f.zip |
Typo in README.
-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. |