summaryrefslogtreecommitdiffstats
path: root/crates
diff options
context:
space:
mode:
authorDave Rolsky <autarch@urth.org>2022-09-24 13:23:59 -0400
committerGitHub <noreply@github.com>2022-09-24 13:23:59 -0400
commit515f120b5c2c7984c8dfa8bafeda42916457b0ba (patch)
tree8c503f09e48307474d0c32f0a53de08e2a5b9076 /crates
parenta66315d232b49e623268de801af19460108ba514 (diff)
doc: fix typo
PR #2313
Diffstat (limited to 'crates')
-rw-r--r--crates/ignore/src/walk.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/ignore/src/walk.rs b/crates/ignore/src/walk.rs
index b381197e..8625b5f9 100644
--- a/crates/ignore/src/walk.rs
+++ b/crates/ignore/src/walk.rs
@@ -941,7 +941,7 @@ impl Walk {
// overheads; an example of this was a bespoke filesystem layer in
// Windows that hosted files remotely and would download them on-demand
// when particular filesystem operations occurred. Users of this system
- // who ensured correct file-type fileters were being used could still
+ // who ensured correct file-type filters were being used could still
// get unnecessary file access resulting in large downloads.
if should_skip_entry(&self.ig, ent) {
return Ok(true);