diff options
author | Sergio Ahumada <sergio.ahumada@nokia.com> | 2011-06-30 21:44:57 (GMT) |
---|---|---|
committer | Sergio Ahumada <sergio.ahumada@nokia.com> | 2011-06-30 21:44:57 (GMT) |
commit | 0a9652c93170ab9520869e9e231eba1834b47abc (patch) | |
tree | afcf901cae65424a06d21c389e4bde7046b9a693 /tests/auto/qclipboard | |
parent | d795e50a2bf89209b124ec29fe7dd883208224ea (diff) | |
download | Qt-0a9652c93170ab9520869e9e231eba1834b47abc.zip Qt-0a9652c93170ab9520869e9e231eba1834b47abc.tar.gz Qt-0a9652c93170ab9520869e9e231eba1834b47abc.tar.bz2 |
Doc: Fixing typo
Diffstat (limited to 'tests/auto/qclipboard')
-rw-r--r-- | tests/auto/qclipboard/tst_qclipboard.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/auto/qclipboard/tst_qclipboard.cpp b/tests/auto/qclipboard/tst_qclipboard.cpp index 7e47c27..94981cf 100644 --- a/tests/auto/qclipboard/tst_qclipboard.cpp +++ b/tests/auto/qclipboard/tst_qclipboard.cpp @@ -140,8 +140,8 @@ void tst_QClipboard::modes() } /* - Test that the apropriate signals are emitted when the cliboard - contents is changed by calling the qt funcitons. + Test that the appropriate signals are emitted when the cliboard + contents is changed by calling the qt functions. */ void tst_QClipboard::testSignals() { @@ -170,7 +170,7 @@ void tst_QClipboard::testSignals() changedSpy.clear(); - // Test the selction mode signal. + // Test the selection mode signal. if (clipboard->supportsSelection()) { clipboard->setText(text, QClipboard::Selection); QCOMPARE(selectionChangedSpy.count(), 1); |