Index: sources/ApplicationController.h =================================================================== diff -u -rc73feffa73c7fe073a7a7581144f5806dfc91beb -r6c363d016811a09e31d03c94e2e459ea5aa4bd9f --- sources/ApplicationController.h (.../ApplicationController.h) (revision c73feffa73c7fe073a7a7581144f5806dfc91beb) +++ sources/ApplicationController.h (.../ApplicationController.h) (revision 6c363d016811a09e31d03c94e2e459ea5aa4bd9f) @@ -151,13 +151,13 @@ /*! * \brief didPOSTPass * \details This signal will be emitted when UI is done with the POST and will let other layers to know the result. - * As an example the Manufacturing will not start if the POST filed since it needs POST info for hte Encrypted partition. + * As an example the Manufacturing will not start if the POST failed since it needs POST info for the Encrypted partition. * \param vPass - true if passed. */ void didPOSTPass (bool vPass); /*! * \brief didPOSTInformationReady - * \details this signall will be emitted in case the UI POST is successfull, BEFORE the didPOSTDone. + * \details this signal will be emitted in case the UI POST is successful, BEFORE the didPOSTDone. * \note note that this will be called before the didPOSTDone, to give the opportunity to the observer to update the required information before being notified for the POST result, * so in case there are things to be done on POST success, the data is ready. */