Index: sources/storage/FileHandler.h =================================================================== diff -u -r12e7b6dda53cf8db7707c7fa55dcf6137e7d6997 -r84c5373209a1a488c00917995f5553d442d159a4 --- sources/storage/FileHandler.h (.../FileHandler.h) (revision 12e7b6dda53cf8db7707c7fa55dcf6137e7d6997) +++ sources/storage/FileHandler.h (.../FileHandler.h) (revision 84c5373209a1a488c00917995f5553d442d159a4) @@ -25,7 +25,7 @@ * 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 - * and the class(es) which is using it needs to be taking care of the threading + * and the classes which are using it need to take care of the threading. */ class FileHandler {