tests/auto/qprocess/tst_qprocess.cpp
branchRCL_3
changeset 7 3f74d0d4af4c
parent 4 3b1da2848fc7
--- a/tests/auto/qprocess/tst_qprocess.cpp	Mon Mar 15 12:43:09 2010 +0200
+++ b/tests/auto/qprocess/tst_qprocess.cpp	Thu Apr 08 14:19:33 2010 +0300
@@ -1652,7 +1652,7 @@
     QSignalSpy finishedSpy(&process, SIGNAL(finished(int)));
     QSignalSpy finishedSpy2(&process, SIGNAL(finished(int, QProcess::ExitStatus)));
 
-// Mac OS X and HP-UX have a really low defualt process limit (~100), so spawning
+// Mac OS X and HP-UX have a really low default process limit (~100), so spawning
 // to many processes here will cause test failures later on.
 #if defined Q_OS_HPUX
    const int attempts = 15;