Index: sources/device/DeviceView.h =================================================================== diff -u -r4ef7cb77805b64ac89966a9581cdc111520f21d1 -rf3fa6fc6db9af49b39a22ca6584bd388caec407c --- sources/device/DeviceView.h (.../DeviceView.h) (revision 4ef7cb77805b64ac89966a9581cdc111520f21d1) +++ sources/device/DeviceView.h (.../DeviceView.h) (revision f3fa6fc6db9af49b39a22ca6584bd388caec407c) @@ -7,7 +7,7 @@ * * \file DeviceView.h * \author (last) Behrouz NematiPour - * \date (last) 11-Nov-2021 + * \date (last) 18-Jul-2023 * \author (original) Behrouz NematiPour * \date (original) 03-Jun-2021 * @@ -63,7 +63,7 @@ private: bool isCompleteResponse(Model::MDeviceResponseBase::Data vData) { // Either the script exited successfully or the script failed and the reason is provided - // There are situaltoins that the script is using the attribute response to update the UI + // There are situations that the script is using the attribute response to update the UI // but it is not the final/completed response return vData.mAccepted || (!vData.mAccepted && vData.mReason != 0 ); }