Index: sources/device/DeviceController.h =================================================================== diff -u -r052c794d6a8db55a2fbfdad172275af073ee54c3 -rfc329c788fe9453983072bee937ccbc95b4ed6e4 --- sources/device/DeviceController.h (.../DeviceController.h) (revision 052c794d6a8db55a2fbfdad172275af073ee54c3) +++ sources/device/DeviceController.h (.../DeviceController.h) (revision fc329c788fe9453983072bee937ccbc95b4ed6e4) @@ -19,7 +19,7 @@ #include // Project -#include "main.h" // Doxygen : don't remove +#include "main.h" // Doxygen : do not remove #include "Threads.h" #include "DeviceGlobals.h" #include "DeviceModels.h" @@ -40,7 +40,7 @@ * It also is watching for the USB and SD-Card drives in Linux file system. * It has the interval of 1000 ms and will look if any device between /dev/sda1 to /dev/sdz1 exists then will mount it in /media/usb, * and does check if the SD-Card has been mounted under /media/sdcard, - * but for SD-Card doesn't try to mount it and it has to be mounted prior to UI Application start + * but for SD-Card does not try to mount it and it has to be mounted prior to UI Application start * and that's because from UI Application perspective it is not a removable/hot-plug device (although physically it is). * This class works in its own thread and will send notification by emitting signals about the USB device status * which are Mounted, Unmounted, Removed