mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-09-04 04:45:48 +00:00
Add a spellchecking mode for sphinx and fix some typos
* The worst one was Persistant -> Persistent. This involved renaming PersistentConfig but the impact of that is considered minimal enough to be worth fixing.
This commit is contained in:
@@ -431,7 +431,7 @@ void PythonContext::PrepareDebugTracing()
|
||||
}
|
||||
}
|
||||
|
||||
void PythonContext::GlobalInit(PersistantConfig &config)
|
||||
void PythonContext::GlobalInit(PersistentConfig &config)
|
||||
{
|
||||
// must happen on the UI thread
|
||||
if(qApp->thread() != QThread::currentThread())
|
||||
@@ -2375,7 +2375,7 @@ bool PythonContext::WaitForDebugger()
|
||||
return ret;
|
||||
}
|
||||
|
||||
void PythonContext::LaunchDebugger(QWidget *window, PersistantConfig &config, QString context_location)
|
||||
void PythonContext::LaunchDebugger(QWidget *window, PersistentConfig &config, QString context_location)
|
||||
{
|
||||
if(!m_DebugPy)
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user