From a87f55960b1c75aa2372576b6bcae0d003ace8a9 Mon Sep 17 00:00:00 2001 From: Davidlohr Bueso Date: Tue, 6 Jun 2023 13:57:27 -0700 Subject: docs: typo fixes Fix various typos within the documentation directory. --- docs/strace.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/strace.md') diff --git a/docs/strace.md b/docs/strace.md index d88256eb8..b959b91be 100644 --- a/docs/strace.md +++ b/docs/strace.md @@ -31,7 +31,7 @@ The resulting binary can be found at `src/strace`. It's possible to instruct `syz-crush` to run the attached repro under strace. In order to do so, make sure `strace_bin` is specified in the syz-manager config -file and pass an extra `-strace` arugment to the command arguments. +file and pass an extra `-strace` argument to the command arguments. ## syz-repro -- cgit mrf-deployment