From f3a21f267fad4a27aef874506eebf754c9e72f95 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tor=20Arne=20Vestb=C3=B8?= Date: Wed, 11 Oct 2017 11:22:36 +0200 Subject: Fix spelling in qWaitFor comment Change-Id: I0ac67de3371ee36c21e124e88845aaae63a73f6e Reviewed-by: Gatis Paeglis --- src/testlib/qtestsystem.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/testlib') diff --git a/src/testlib/qtestsystem.h b/src/testlib/qtestsystem.h index ceab7d86f5..79fe68004e 100644 --- a/src/testlib/qtestsystem.h +++ b/src/testlib/qtestsystem.h @@ -57,7 +57,7 @@ namespace QTest template Q_REQUIRED_RESULT static bool qWaitFor(Functor predicate, int timeout = 5000) { - // We should not spint the event loop in case the predicate is already true, + // We should not spin the event loop in case the predicate is already true, // otherwise we might send new events that invalidate the predicate. if (predicate()) return true; -- cgit v1.2.3