diff options
author | Martin Smith <msmith@trolltech.com> | 2010-02-12 12:24:57 (GMT) |
---|---|---|
committer | Martin Smith <msmith@trolltech.com> | 2010-02-12 12:24:57 (GMT) |
commit | ec7459fa77cfa4a6fc7e4fca14339a14ea27d83c (patch) | |
tree | 7fcf18332ddea58f0f3fc4e1f2507a2a0dbef5ea /tests/auto/qprocess | |
parent | 8f8ad618261875e173c0e1d3931c1b7dd838d152 (diff) | |
download | Qt-ec7459fa77cfa4a6fc7e4fca14339a14ea27d83c.zip Qt-ec7459fa77cfa4a6fc7e4fca14339a14ea27d83c.tar.gz Qt-ec7459fa77cfa4a6fc7e4fca14339a14ea27d83c.tar.bz2 |
doc: Fixed several typos.
Task: QTBUG-7997
Diffstat (limited to 'tests/auto/qprocess')
-rw-r--r-- | tests/auto/qprocess/tst_qprocess.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/qprocess/tst_qprocess.cpp b/tests/auto/qprocess/tst_qprocess.cpp index ee3bb40..8dae9a0 100644 --- a/tests/auto/qprocess/tst_qprocess.cpp +++ b/tests/auto/qprocess/tst_qprocess.cpp @@ -1652,7 +1652,7 @@ void tst_QProcess::failToStart() 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; |