From d58903d185551d81edb7f65cf83ffa70db7dc12f Mon Sep 17 00:00:00 2001 From: Kaz Kylheku Date: Mon, 25 Jul 2022 09:45:39 -0700 Subject: Typo in README. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 10ef7b5..e676d9f 100644 --- a/README.md +++ b/README.md @@ -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. -- cgit v1.2.3