summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSuperSpecialSweet <39995589+freejool@users.noreply.github.com>2024-02-22 19:57:58 +0800
committerGitHub <noreply@github.com>2024-02-22 06:57:58 -0500
commit6ebebb2aaa9991694aed10b944cf2e8196811e1c (patch)
tree868891356c559b9cc15060e05ebffd2353a613ac
parente92e2ef8137a4333fee141f842e9a59b5da7b645 (diff)
doc: fix typo in comments
PR #2741
-rw-r--r--crates/core/flags/hiargs.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/crates/core/flags/hiargs.rs b/crates/core/flags/hiargs.rs
index f7ab9ea4..df09dced 100644
--- a/crates/core/flags/hiargs.rs
+++ b/crates/core/flags/hiargs.rs
@@ -484,9 +484,9 @@ impl HiArgs {
if self.crlf {
builder.crlf(true);
}
- // We don't need to set this in multiline mode since mulitline
+ // We don't need to set this in multiline mode since multiline
// matchers don't use optimizations related to line terminators.
- // Moreover, a mulitline regex used with --null-data should
+ // Moreover, a multiline regex used with --null-data should
// be allowed to match NUL bytes explicitly, which this would
// otherwise forbid.
if self.null_data {