Index: sources/device/DeviceView.h =================================================================== diff -u -r4ef7cb77805b64ac89966a9581cdc111520f21d1 -rcf51c19d82d667644d7f70eaa521b43f908c7068 --- sources/device/DeviceView.h (.../DeviceView.h) (revision 4ef7cb77805b64ac89966a9581cdc111520f21d1) +++ sources/device/DeviceView.h (.../DeviceView.h) (revision cf51c19d82d667644d7f70eaa521b43f908c7068) @@ -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 ); }