Index: unittests/tst_canbus.cpp =================================================================== diff -u -r7d3062c841b788ced31d939dec990afe0de1442d -r4578edcba291c0ffe718f31fb3077a1c931aaa46 --- unittests/tst_canbus.cpp (.../tst_canbus.cpp) (revision 7d3062c841b788ced31d939dec990afe0de1442d) +++ unittests/tst_canbus.cpp (.../tst_canbus.cpp) (revision 4578edcba291c0ffe718f31fb3077a1c931aaa46) @@ -327,7 +327,7 @@ frame.init(); QVERIFY(frame._txFrameList.isEmpty()); frame.removeHead(); - // if the code doesn't work and calls the removeFist of and empty list it will assert. + // if the code doesn't work and calls the removeFirst of and empty list it will assert. QVERIFY(true); }