summaryrefslogtreecommitdiffstats
path: root/src/corelib/thread
diff options
context:
space:
mode:
authorThiago Macieira <thiago.macieira@intel.com>2012-09-26 20:47:07 +0200
committerThe Qt Project <gerrit-noreply@qt-project.org>2012-09-27 02:28:39 +0200
commit90e207e4c712b75551f8064edeb245d660c6a406 (patch)
treecf93bc0ea09a6d6aaad1e16c31cf29b937266f92 /src/corelib/thread
parentc5c007b813479e0d4bf6b8321602753d208c5bf4 (diff)
Fix spelling mistake
Task-number: QTBUG-27355 Change-Id: I77ecc01e2a3ea1cac94e7c99c688cfd7cab5319b Reviewed-by: Robin Burchell <robin+qt@viroteck.net>
Diffstat (limited to 'src/corelib/thread')
-rw-r--r--src/corelib/thread/qthread.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/corelib/thread/qthread.h b/src/corelib/thread/qthread.h
index 2e50c35ba4..0fab71d5c1 100644
--- a/src/corelib/thread/qthread.h
+++ b/src/corelib/thread/qthread.h
@@ -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);