diff --git a/crates/cli/src/args.rs b/crates/cli/src/args.rs index a374aed..9c0d7c4 100644 --- a/crates/cli/src/args.rs +++ b/crates/cli/src/args.rs @@ -752,7 +752,7 @@ pub struct Args { /// /// You may want to use with '--log-file' to avoid polluting your terminal. /// - /// Setting $RUST_LOG also works, and takes precendence, but is not recommended. However, using + /// Setting $RUST_LOG also works, and takes precedence, but is not recommended. However, using /// $RUST_LOG is the only way to get logs from before these options are parsed. #[arg( long, diff --git a/crates/events/tests/json.rs b/crates/events/tests/json.rs index 4894d75..f9e0b14 100644 --- a/crates/events/tests/json.rs +++ b/crates/events/tests/json.rs @@ -93,9 +93,9 @@ fn asymmetric() { path: "/foo/bar/baz".into(), file_type: None }, - // fs with only simple reprensentation + // fs with only simple representation Tag::FileEventKind(EventKind::Create(CreateKind::Any)), - // unparseable of a known kind + // unparsable of a known kind Tag::Unknown, ], metadata: Default::default(), diff --git a/crates/lib/src/error/runtime.rs b/crates/lib/src/error/runtime.rs index a13b395..7a70a11 100644 --- a/crates/lib/src/error/runtime.rs +++ b/crates/lib/src/error/runtime.rs @@ -8,7 +8,7 @@ use crate::{ }; /// Errors which _may_ be recoverable, transient, or only affect a part of the operation, and should -/// be reported to the user and/or acted upon programatically, but will not outright stop watchexec. +/// be reported to the user and/or acted upon programmatically, but will not outright stop watchexec. /// /// Some errors that are classified here are spurious and may be ignored; in general you should not /// use the convenience print handlers for handling these errors beyond prototyping. For example, diff --git a/doc/watchexec.1 b/doc/watchexec.1 index 2adb25e..0d0dec1 100644 --- a/doc/watchexec.1 +++ b/doc/watchexec.1 @@ -420,7 +420,7 @@ Goes up to \*(Aq\-vvvv\*(Aq. When submitting bug reports, default to a \*(Aq\-vv You may want to use with \*(Aq\-\-log\-file\*(Aq to avoid polluting your terminal. -Setting $RUST_LOG also works, and takes precendence, but is not recommended. However, using $RUST_LOG is the only way to get logs from before these options are parsed. +Setting $RUST_LOG also works, and takes precedence, but is not recommended. However, using $RUST_LOG is the only way to get logs from before these options are parsed. .TP \fB\-\-log\-file\fR=\fIPATH\fR Write diagnostic logs to a file