From 13da4f525373e775656a14893e3843da41e2dfea Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Sat, 11 Mar 2017 03:32:07 +0100 Subject: [PATCH] No changes, just fix a typo in a comment Spell "buildbot" correctly. --- tests/events/stopwatch.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/events/stopwatch.cpp b/tests/events/stopwatch.cpp index 4b8db8cbac..b7969c3fa1 100644 --- a/tests/events/stopwatch.cpp +++ b/tests/events/stopwatch.cpp @@ -157,7 +157,7 @@ void StopWatchTestCase::RestartBug() ); // As above, this is not actually due to the fact of the test being - // automatic but just because buildot machines are usually pretty slow, so + // automatic but just because buildbot machines are usually pretty slow, so // this test often fails there simply because of the high load on them. if ( !IsAutomaticTest() ) {