diff options
author | Jakob Unterwurzacher | 2020-05-10 00:25:49 +0200 |
---|---|---|
committer | Jakob Unterwurzacher | 2020-05-10 00:25:49 +0200 |
commit | ead7008a08f9ace4591ebbc03e63fdc7ef37e502 (patch) | |
tree | 0cb34d38b9e390e410acd98d7c22bc1de205d73f /internal/fusefrontend_reverse/excluder.go | |
parent | 1d145be5a17df104a7c9260c7c93b9186688659e (diff) |
Fix spelling mistakes found by misspell
https://github.com/client9/misspell
Diffstat (limited to 'internal/fusefrontend_reverse/excluder.go')
-rw-r--r-- | internal/fusefrontend_reverse/excluder.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/fusefrontend_reverse/excluder.go b/internal/fusefrontend_reverse/excluder.go index 5c0941a..c44816c 100644 --- a/internal/fusefrontend_reverse/excluder.go +++ b/internal/fusefrontend_reverse/excluder.go @@ -29,7 +29,7 @@ func (rfs *ReverseFS) prepareExcluder(args fusefrontend.Args) { // Patterns passed in the -exclude command line option are prefixed // with a leading '/' to preserve backwards compatibility (before // wildcard matching was implemented, exclusions always were matched -// agains the full path). +// against the full path). func getExclusionPatterns(args fusefrontend.Args) []string { patterns := make([]string, len(args.Exclude)+len(args.ExcludeWildcard)) // add -exclude |