Index: sources/storage/FileHandler.cpp =================================================================== diff -u -rfc329c788fe9453983072bee937ccbc95b4ed6e4 -r29424716b9b1aafc77443cc2607572ddbd9da372 --- sources/storage/FileHandler.cpp (.../FileHandler.cpp) (revision fc329c788fe9453983072bee937ccbc95b4ed6e4) +++ sources/storage/FileHandler.cpp (.../FileHandler.cpp) (revision 29424716b9b1aafc77443cc2607572ddbd9da372) @@ -356,7 +356,7 @@ // coco end quint64 FileHandler::totalSize(const QFileInfoList &vFileInfoList) { - // coco begin validation: Manually tested. requires list of files on file system to test and requires manual specific files for test. + // coco begin validated: Manually tested. requires list of files on file system to test and requires manual specific files for test. quint64 total = 0; for (auto it = vFileInfoList.crbegin(); it != vFileInfoList.crend(); ++it) { total += it->size();