Skip to content

Commit d10dc69

Browse files
committed
Fix typo
1 parent 921f08d commit d10dc69

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ Go library for secure file system operations scoped to an arbitrary root directo
44

55
This uses the Linux-specific [openat2](https://man7.org/linux/man-pages/man2/openat2.2.html) syscall with `RESOLVE_IN_ROOT` to prevent symlink escapes and race conditions. Other solutions like [securejoin](https://github.com/cyphar/filepath-securejoin) are subject to race conditions.
66

7-
Unlike `O_NOFOLLOW`, this support all file system operations and works with symlinks (as long as they don't escape the specified root directory).
7+
Unlike `O_NOFOLLOW`, this supports all file system operations and works with symlinks (as long as they don't escape the specified root directory).

0 commit comments

Comments
 (0)