From 6ed2992fb6199d02cf583b7880c94df7c83c2b7a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Axel=20D=C3=B6rfler?= Date: Mon, 26 May 2014 01:10:31 +0200 Subject: [PATCH] scheduling_recorder: fixed spelling. --- src/bin/debug/scheduling_recorder/scheduling_recorder.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bin/debug/scheduling_recorder/scheduling_recorder.cpp b/src/bin/debug/scheduling_recorder/scheduling_recorder.cpp index 73df4880b5..4b68d99c96 100644 --- a/src/bin/debug/scheduling_recorder/scheduling_recorder.cpp +++ b/src/bin/debug/scheduling_recorder/scheduling_recorder.cpp @@ -39,7 +39,7 @@ static const char* kUsage = "Usage: %s [ ] [ ]\n" "Records thread scheduling information to a file for later analysis.\n" "If a command line is given, recording starts right before\n" - "executing the command and steps when the respective team quits.\n" + "executing the command and stops when the respective team quits.\n" "\n" "Options:\n" " -l - When a command line is given: Start recording before\n"