Index: sources/view/VTreatmentCreate.cpp =================================================================== diff -u -rccb91da4becded9a7ad409b758bba96784d9feba -r28f3f8dd18981262995386d29d3c2ab31418bfc4 --- sources/view/VTreatmentCreate.cpp (.../VTreatmentCreate.cpp) (revision ccb91da4becded9a7ad409b758bba96784d9feba) +++ sources/view/VTreatmentCreate.cpp (.../VTreatmentCreate.cpp) (revision 28f3f8dd18981262995386d29d3c2ab31418bfc4) @@ -886,12 +886,12 @@ /** * @brief VCreateTreatment::doCancelConfirmParameters - * Notifies FW the user has cancelled confirming the treatment parameters + * Notifies FW the user has canceled confirming the treatment parameters */ void VTreatmentCreate::doCancelConfirmParameters() { // Tell FW we cancel confirm - qDebug() << "Telling FW user is cancelling confirm treatment parameters..."; + qDebug() << "Telling FW user is canceling confirm treatment parameters..."; confirmTreatmentRequest.request = ConfirmTreatmentRequestData::eCancel; emit requestConfirm(confirmTreatmentRequest); goToNextPage(false);