diff --git a/CHANGELOG.md b/CHANGELOG.md index 6d52444ef501..94ddb9d3dbca 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -42,6 +42,7 @@ Line wrap the file at 100 chars. Th ### Fixed - Fix bogus or absent update notifications on the desktop app due to incorrect deserialization of a struct sent from the daemon. +- Fix typo in the help documentation for the `relay set` command. #### Android - Fix crash when leaving WireGuard Key screen while key is still verifying. diff --git a/mullvad-cli/src/cmds/relay.rs b/mullvad-cli/src/cmds/relay.rs index 51c96f076d88..e9921b972b41 100644 --- a/mullvad-cli/src/cmds/relay.rs +++ b/mullvad-cli/src/cmds/relay.rs @@ -116,7 +116,7 @@ impl Command for Relay { ) .subcommand( clap::SubCommand::with_name("tunnel") - .about("Set inidividual tunnel constraints") + .about("Set individual tunnel constraints") .arg( clap::Arg::with_name("vpn protocol") .required(true)