Fix typos

This commit is contained in:
Chocobo1
2023-06-25 15:45:18 +08:00
parent 88bd4f270f
commit 6680fdda18
71 changed files with 164 additions and 164 deletions

View File

@@ -99,7 +99,7 @@ void Private::FileSystemPathValidator::setCheckWritePermission(const bool value)
Private::FileSystemPathValidator::TestResult
Private::FileSystemPathValidator::testPath(const Path &path) const
{
// `QFileInfo` will cache the query results and avoid exessive querying to filesystem
// `QFileInfo` will cache the query results and avoid excessive querying to filesystem
const QFileInfo info {path.data()};
if (!info.exists())