The first commit of this pull-request fixes the handling of a possible error in LocalFileSystemObserverWorker::explorDir by aborting the local directory exploration if the creation of directory iterator fails for the provided path.
The second commit corrects a grammar mistake made in multiple files, including localfilesystemobserverworker.cpp:
"catched" is replaced with "caught".
The first commit of this pull-request fixes the handling of a possible error in
LocalFileSystemObserverWorker::explorDir
by aborting the local directory exploration if the creation of directory iterator fails for the provided path.The second commit corrects a grammar mistake made in multiple files, including
localfilesystemobserverworker.cpp
: "catched" is replaced with "caught".