From 869ca0eb9aca4976c44e2ac3d76bfd4a04d1cc3a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Duval?= Date: Thu, 28 Feb 2008 21:35:31 +0000 Subject: [PATCH] fix typo git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@24174 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/bin/strace/strace.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"