diff options
author | 2023-01-08 19:16:36 +0100 | |
---|---|---|
committer | 2023-03-01 00:33:28 +0100 | |
commit | 9a67f00a30f14df3b9635913f728afd0b40c138d (patch) | |
tree | b27a12609b9b09b8b90dcad70da7ac289427c73f /xtask/src | |
parent | cbe592688047e41ebfd0f15e7bf5799f81bfcd4a (diff) | |
download | rtic-9a67f00a30f14df3b9635913f728afd0b40c138d.tar.gz rtic-9a67f00a30f14df3b9635913f728afd0b40c138d.tar.zst rtic-9a67f00a30f14df3b9635913f728afd0b40c138d.zip |
Fix typos
Diffstat (limited to 'xtask/src')
-rw-r--r-- | xtask/src/command.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xtask/src/command.rs b/xtask/src/command.rs index 889540c5..418f440c 100644 --- a/xtask/src/command.rs +++ b/xtask/src/command.rs @@ -136,7 +136,7 @@ pub fn run_command(command: &CargoCommand) -> anyhow::Result<RunResult> { }) } -/// Check if `run` was sucessful. +/// Check if `run` was successful. /// returns Ok in case the run went as expected, /// Err otherwise pub fn run_successful(run: &RunResult, expected_output_file: String) -> Result<(), TestRunError> { |