Skip to content

Commit

Permalink
Fix typo in comment
Browse files Browse the repository at this point in the history
  • Loading branch information
manuels committed Dec 28, 2021
1 parent c2902da commit 198977f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/config.rs
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ impl Config {
#[cfg(unwind)]
let dump = dump.arg(native.clone());

// add syscall traces if appropiate
// add syscall traces if appropriate
#[cfg(all(target_os="linux", target_arch="x86_64", feature="trace_syscalls"))]
let record = record.arg(trace_syscalls.clone());
#[cfg(all(target_os="linux", target_arch="x86_64", feature="trace_syscalls"))]
Expand Down

0 comments on commit 198977f

Please sign in to comment.