Index: unittests/tst_views.cpp =================================================================== diff -u -r0b1e55604d139154b791e1615792921df211ba4d -r4578edcba291c0ffe718f31fb3077a1c931aaa46 --- unittests/tst_views.cpp (.../tst_views.cpp) (revision 0b1e55604d139154b791e1615792921df211ba4d) +++ unittests/tst_views.cpp (.../tst_views.cpp) (revision 4578edcba291c0ffe718f31fb3077a1c931aaa46) @@ -52,12 +52,12 @@ v.adjustment_Reason(GuiRequestReasons::REQUEST_REJECT_REASON_INVALID_TREATMENT_STATE); QCOMPARE(v.text(), tr("REQUEST_REJECT_REASON_INVALID_TREATMENT_STATE")); - // if not accepted and not a reason passed then general message will be returned regardig the paused state + // if not accepted and not a reason passed then general message will be returned regarding the paused state v.isPaused(true); v.adjustment_Reason(GuiRequestReasons::REQUEST_REJECT_REASON_NONE); QCOMPARE(v.text(), tr("Unable to Resume Ultrafiltration or already running")); - // if not accepted and not a reason passed then general message will be returned regardig the paused state + // if not accepted and not a reason passed then general message will be returned regarding the paused state v.isPaused(false); v.adjustment_Reason(GuiRequestReasons::REQUEST_REJECT_REASON_NONE); QCOMPARE(v.text(), tr("Unable to Pause Ultrafiltration or already paused"));