summaryrefslogtreecommitdiffstats
path: root/tests/auto/qftp
diff options
context:
space:
mode:
authorSergio Ahumada <sergio.ahumada@nokia.com>2011-06-30 21:44:57 (GMT)
committerSergio Ahumada <sergio.ahumada@nokia.com>2011-06-30 21:44:57 (GMT)
commit0a9652c93170ab9520869e9e231eba1834b47abc (patch)
treeafcf901cae65424a06d21c389e4bde7046b9a693 /tests/auto/qftp
parentd795e50a2bf89209b124ec29fe7dd883208224ea (diff)
downloadQt-0a9652c93170ab9520869e9e231eba1834b47abc.zip
Qt-0a9652c93170ab9520869e9e231eba1834b47abc.tar.gz
Qt-0a9652c93170ab9520869e9e231eba1834b47abc.tar.bz2
Doc: Fixing typo
Diffstat (limited to 'tests/auto/qftp')
-rw-r--r--tests/auto/qftp/tst_qftp.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/qftp/tst_qftp.cpp b/tests/auto/qftp/tst_qftp.cpp
index 7e431cf..b6b81cb 100644
--- a/tests/auto/qftp/tst_qftp.cpp
+++ b/tests/auto/qftp/tst_qftp.cpp
@@ -1429,7 +1429,7 @@ void tst_QFtp::abort()
QVERIFY( bytesDone != bytesTotal );
}
} else {
- // this could be tested by verifying that no more progress signals are emited
+ // this could be tested by verifying that no more progress signals are emitted
QVERIFY(bytesDone <= bytesTotal);
}
} else {