Index: sources/storage/DriveWatcher.h =================================================================== diff -u -r8824bacaeb6cb2479cd2ea84cd52a69ba38a65ce -r618891879f5cdc68e37ee68eea005afb76dd4e5b --- sources/storage/DriveWatcher.h (.../DriveWatcher.h) (revision 8824bacaeb6cb2479cd2ea84cd52a69ba38a65ce) +++ sources/storage/DriveWatcher.h (.../DriveWatcher.h) (revision 618891879f5cdc68e37ee68eea005afb76dd4e5b) @@ -23,7 +23,7 @@ // Define #define _DriveWatcher Storage::DriveWatcher::I() -// forward diclations +// forward declarations class tst_initializations; namespace Storage { @@ -104,14 +104,14 @@ * It returns the total size available if the user is the root user or a system administrator. * This size can be less than or equal to the free size returned by bytesFree() function. * Returns -1 if QStorageInfo object is not valid. - * \param vPercent - The percentage of availabe spcae. - * \note Will emitted if only one of the publishing paramter changes. + * \param vPercent - The percentage of available space. + * \note Will emitted if only one of the publishing parameter changes. */ void didSDCardSpaceChange(bool vReady, qint64 vTotal, qint64 vAvailable, quint8 vPercent); /*! * \brief didSDCardSpaceRemove - * \details If sdcard removed or is not present this siganl will emit. + * \details If sdcard removed or is not present this signal will emit. */ void didSDCardSpaceRemove();