aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2022-07-25 09:45:39 -0700
committerKaz Kylheku <kaz@kylheku.com>2022-07-25 09:45:39 -0700
commitd58903d185551d81edb7f65cf83ffa70db7dc12f (patch)
tree2dc08e8c6c92a2072def2fe45b0bdf20b179b449
parent645b1184ec996696f24a65c1ad39fc50a1e5cbb2 (diff)
downloadsafepath-d58903d185551d81edb7f65cf83ffa70db7dc12f.tar.gz
safepath-d58903d185551d81edb7f65cf83ffa70db7dc12f.tar.bz2
safepath-d58903d185551d81edb7f65cf83ffa70db7dc12f.zip
Typo in README.
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
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.