summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--crates/core/app.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/core/app.rs b/crates/core/app.rs
index 96801194..fb257d6c 100644
--- a/crates/core/app.rs
+++ b/crates/core/app.rs
@@ -1395,7 +1395,7 @@ it. If multiple globs match a file or directory, the glob given later in the
command line takes precedence.
As an extension, globs support specifying alternatives: *-g ab{c,d}* is
-equivalet to *-g abc -g abd*. Empty alternatives like *-g ab{,c}* are not
+equivalent to *-g abc -g abd*. Empty alternatives like *-g ab{,c}* are not
currently supported. Note that this syntax extension is also currently enabled
in gitignore files, even though this syntax isn't supported by git itself.
ripgrep may disable this syntax extension in gitignore files, but it will