From ffdf485c4341cf44a5d0cf2f7970a30b8e501c98 Mon Sep 17 00:00:00 2001 From: Ha Van Tu Date: Mon, 28 Nov 2016 18:31:19 +0700 Subject: [PATCH] Fix typo This patch fixes typo "proccesed" in the code. Change-Id: I79169c7742d50bb9504aba39879eae17879a4663 --- tools/subunit-trace.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/subunit-trace.py b/tools/subunit-trace.py index 73f2f1051c..a1030e6b46 100755 --- a/tools/subunit-trace.py +++ b/tools/subunit-trace.py @@ -268,7 +268,7 @@ def parse_args(): 'debug information in realtime') parser.add_argument('--fails', '-f', action='store_true', dest='post_fails', help='Print failure debug ' - 'information after the stream is proccesed') + 'information after the stream is processed') parser.add_argument('--failonly', action='store_true', dest='failonly', help="Don't print success items", default=(