Skip to content

Commit

Permalink
nit: fix typo sieze -> seize
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonk000 committed Dec 8, 2023
1 parent b54efc4 commit 56d13aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ fn main() -> Result<(), Box<dyn std::error::Error>> {
load_sysconfs().context("Failed to load sysconf data")?;

let nixpid = Pid::from_raw(pid);
debug!("performing ptrace attach/sieze...");
debug!("performing ptrace attach/seize...");
ptrace::ptrace_attach_all(nixpid).context("could not ptrace attach to all targets")?;

info!("halted.");
Expand Down

0 comments on commit 56d13aa

Please sign in to comment.