Fix doxygen and misc. typos
Found via `codespell -q 3 -L ba,keypair,numer,uint`
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user