Skip to content

Commit 79d2972

Browse files
committed
spelling: receiving
Signed-off-by: Josh Soref <[email protected]>
1 parent 911ee81 commit 79d2972

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

unittests/tst_mklshelpertest.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ class LsHelperTest : public QObject
1414

1515
private Q_SLOTS:
1616
void testCase1();
17-
void testBadRecvingDataType();
17+
void testBadReceivingDataType();
1818
void testCaseService();
1919
void testBadHostBadPort();
2020
void testLoadHostData();
@@ -40,7 +40,7 @@ void LsHelperTest::testCase1()
4040
mkhelper.disconnectFromService();
4141
}
4242

43-
void LsHelperTest::testBadRecvingDataType()
43+
void LsHelperTest::testBadReceivingDataType()
4444
{
4545
QVERIFY(true == mkhelper.connectToService());
4646
mkhelper.clearData();

0 commit comments

Comments
 (0)