Skip to content

Commit

Permalink
Fix typo in src/instruments.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
shuoer86 committed Jan 18, 2024
1 parent 78e9862 commit d68c073
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/instruments.rs
Original file line number Diff line number Diff line change
Expand Up @@ -476,7 +476,7 @@ pub(crate) fn profile_target(
"{empty}".into()
};
if output.status.success() {
log::debug!("{xctrace_tool} exited successfuly");
log::debug!("{xctrace_tool} exited successfully");
log::debug!("captured stdout:\n{stdout}");
log::debug!("captured stderr:\n{stderr}");
}
Expand Down

0 comments on commit d68c073

Please sign in to comment.