Skip to content

Commit

Permalink
merge branch 'pr-1'
Browse files Browse the repository at this point in the history
  README: fix typo

LGTMs: @cyphar
Closes #1
  • Loading branch information
cyphar committed Sep 17, 2018
2 parents b4745d8 + 09bd33e commit 7be40bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ This library **guarantees** the following:
these symlinks will **not** be expanded lexically (`filepath.Clean` is not
called on the input before processing).

* Non-existant path components are unaffected by `SecureJoin` (similar to
* Non-existent path components are unaffected by `SecureJoin` (similar to
`filepath.EvalSymlinks`'s semantics).

* The returned path will always be `filepath.Clean`ed and thus not contain any
Expand Down

0 comments on commit 7be40bd

Please sign in to comment.