aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qcoapclient/tst_qcoapclient.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/qcoapclient/tst_qcoapclient.cpp')
-rw-r--r--tests/auto/qcoapclient/tst_qcoapclient.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/qcoapclient/tst_qcoapclient.cpp b/tests/auto/qcoapclient/tst_qcoapclient.cpp
index aa8f70f..20f1cab 100644
--- a/tests/auto/qcoapclient/tst_qcoapclient.cpp
+++ b/tests/auto/qcoapclient/tst_qcoapclient.cpp
@@ -898,7 +898,7 @@ void tst_QCoapClient::setMinimumTokenSize()
for (int i = 0; i < 20; ++i) {
QCoapClientForSocketErrorTests client;
- client.setMinumumTokenSize(minTokenSize);
+ client.setMinimumTokenSize(minTokenSize);
// With QCoapClientForSocketErrorTests the request will fail, but it doesn't matter,
// we are interested only in the generated token.