mirror of
https://github.com/rtic-rs/rtic.git
synced 2025-12-16 21:05:35 +01:00
Fix typos
This commit is contained in:
parent
cbe5926880
commit
9a67f00a30
3 changed files with 3 additions and 3 deletions
|
|
@ -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> {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue