Fix doxygen and misc. typos
Found via `codespell -q 3 -L ba,keypair,numer,uint`
This commit is contained in:
@@ -67,7 +67,7 @@ void RenderBackend::Close()
|
||||
CloseInternal();
|
||||
|
||||
for (int i=0;i<processors_.size();i++) {
|
||||
// Invoke close and quit signals on processor and thred
|
||||
// Invoke close and quit signals on processor and thread
|
||||
QMetaObject::invokeMethod(processors_.at(i),
|
||||
"Close",
|
||||
Qt::QueuedConnection);
|
||||
|
||||
Reference in New Issue
Block a user