From d68c073e950cd2358e715be96a19f2470373ffcc Mon Sep 17 00:00:00 2001 From: shuoer86 <129674997+shuoer86@users.noreply.github.com> Date: Thu, 18 Jan 2024 23:07:41 +0800 Subject: [PATCH] Fix typo in src/instruments.rs --- src/instruments.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/instruments.rs b/src/instruments.rs index 2427309..976fccc 100644 --- a/src/instruments.rs +++ b/src/instruments.rs @@ -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}"); }