Index: sources/storage/FileHandler.h =================================================================== diff -u -r821bf955d0ba7e028bccfee7c04ca77cf80a0bd4 -rfc329c788fe9453983072bee937ccbc95b4ed6e4 --- sources/storage/FileHandler.h (.../FileHandler.h) (revision 821bf955d0ba7e028bccfee7c04ca77cf80a0bd4) +++ sources/storage/FileHandler.h (.../FileHandler.h) (revision fc329c788fe9453983072bee937ccbc95b4ed6e4) @@ -29,7 +29,7 @@ * \brief The FileHandler class * This class is suppose to be the static class * which contains methods to manipulate files and folders - * Since it is static it doesn't have thread so needs to be used with care + * Since it is static it does not have thread so needs to be used with care * and the classes which are using it need to take care of the threading. */ class FileHandler