diff --git a/src/bin/strace/strace.cpp b/src/bin/strace/strace.cpp index f592bd1de7..8e77dcb9be 100644 --- a/src/bin/strace/strace.cpp +++ b/src/bin/strace/strace.cpp @@ -67,7 +67,7 @@ static const char *kUsage = " -f - Fast mode. Syscall arguments contents aren't retrieved.\n" " -h, --help - Print this text.\n" " -i - Print integers in decimal format instead of hexadecimal.\n" -" -l - Also trace loading the excecutable. Only considered when\n" +" -l - Also trace loading the executable. Only considered when\n" " an executable is provided.\n" " -r - Don't print syscall return values.\n" " -s - Also trace all threads spawned by the supplied thread,\n"