Index: sources/storage/DriveWatcher.cpp =================================================================== diff -u -r4cdc58eeac133511c98a1a6cc0d0839dd770e1d9 -r618891879f5cdc68e37ee68eea005afb76dd4e5b --- sources/storage/DriveWatcher.cpp (.../DriveWatcher.cpp) (revision 4cdc58eeac133511c98a1a6cc0d0839dd770e1d9) +++ sources/storage/DriveWatcher.cpp (.../DriveWatcher.cpp) (revision 618891879f5cdc68e37ee68eea005afb76dd4e5b) @@ -158,7 +158,7 @@ * \param vPath - Device mount point * \param vTotalBytes - Total volume size in bytes * \param vAvailableBytes - Size (in bytes) available for the current user - * \param vPercent - The percentage of availabe spcae + * \param vPercent - The percentage of available space * \return - The drive mounted and ready * \note if device ejected manually system assumes it's still ready. */ @@ -221,7 +221,7 @@ quint8 mPercent ; - // OLd Info ; // Current info + // Old Info ; // Current info static bool mOIsReady ; bool mCIsReady ; static qint64 mOTotal ; qint64 mCTotal ; static qint64 mOAvailable; qint64 mCAvailable;