typos: [skip ci]

This commit is contained in:
wmayer
2020-08-30 14:51:55 +02:00
parent 643b2d6aa0
commit 035993c968
2 changed files with 2 additions and 2 deletions

View File

@@ -2473,7 +2473,7 @@ public:
return std::string(filename);
}
// make sure the filename is aboluste path
// make sure the filename is absolute path
path = QDir::cleanPath(path);
if((absolute = QFileInfo(path).isAbsolute())) {
if(fullPath)