aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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.