Fix spelling mistake
authorThiago Macieira <thiago.macieira@intel.com>
Wed, 26 Sep 2012 18:47:07 +0000 (20:47 +0200)
committerThe Qt Project <gerrit-noreply@qt-project.org>
Thu, 27 Sep 2012 00:28:39 +0000 (02:28 +0200)
Task-number: QTBUG-27355

Change-Id: I77ecc01e2a3ea1cac94e7c99c688cfd7cab5319b
Reviewed-by: Robin Burchell <robin+qt@viroteck.net>
src/corelib/thread/qthread.h

index 2e50c35..0fab71d 100644 (file)
@@ -103,7 +103,7 @@ public Q_SLOTS:
     void quit();
 
 public:
-    // default argument causes thread to block indefinately
+    // default argument causes thread to block indefinetely
     bool wait(unsigned long time = ULONG_MAX);
 
     static void sleep(unsigned long);