mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-09-13 17:25:54 +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:
@@ -62,7 +62,7 @@ public:
|
||||
void PausePythonThreading();
|
||||
void ResumePythonThreading();
|
||||
|
||||
static void GlobalInit(PersistantConfig &config);
|
||||
static void GlobalInit(PersistentConfig &config);
|
||||
static void GlobalShutdown();
|
||||
|
||||
static QStringList GetApplicationExtensionsPaths();
|
||||
@@ -81,7 +81,7 @@ public:
|
||||
|
||||
static void PrepareDebuggerWait();
|
||||
static bool WaitForDebugger();
|
||||
static void LaunchDebugger(QWidget *window, PersistantConfig &config, QString context_location);
|
||||
static void LaunchDebugger(QWidget *window, PersistentConfig &config, QString context_location);
|
||||
|
||||
PyParseError CheckPyParse(const QByteArray &script, const rdcstr &scriptNameForErrors);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user