Fix doxygen and misc. typos

Found via `codespell -q 3 -L ba,keypair,numer,uint`
This commit is contained in:
luz.paz
2020-03-10 15:00:56 -04:00
parent 52fc4f064b
commit 321e7d1606
14 changed files with 16 additions and 16 deletions
+1 -1
View File
@@ -47,7 +47,7 @@ void ProjectImportManager::Import(Folder *folder, const QFileInfoList &import, i
break;
}
// Check if this file is a diretory
// Check if this file is a directory
if (file_info.isDir()) {
// QDir::entryList only returns filenames, we can use entryInfoList() to get full paths