Index: sources/storage/FileHandler.cpp =================================================================== diff -u -r821bf955d0ba7e028bccfee7c04ca77cf80a0bd4 -r94fc1cd187816ecbf176df26f9dc5601bf379f13 --- sources/storage/FileHandler.cpp (.../FileHandler.cpp) (revision 821bf955d0ba7e028bccfee7c04ca77cf80a0bd4) +++ sources/storage/FileHandler.cpp (.../FileHandler.cpp) (revision 94fc1cd187816ecbf176df26f9dc5601bf379f13) @@ -347,7 +347,7 @@ // the sorting may require to change from QDir::Time to QDir::Name // since the birthTime always returns invalid // and as part of our log naming we have the birthTime in file name. - // be careful that this function is being used in cases other only logging. + // be careful that this function is being used in cases other than only just logging. QDir::Time ); return fileInfoList;