--- 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;