diff --git a/xtask/src/main.rs b/xtask/src/main.rs index abcbf7129b..e04e45f157 100644 --- a/xtask/src/main.rs +++ b/xtask/src/main.rs @@ -2,7 +2,7 @@ //! //! This binary defines various auxiliary build commands, which are not //! expressible with just `cargo`. Notably, it provides `cargo xtask codegen` -//! for code genetaiont and `cargo xtask install` for installation of +//! for code generation and `cargo xtask install` for installation of //! rust-analyzer server and client. //! //! This binary is integrated into the `cargo` command line by using an alias in