mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-08-30 02:16:33 +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:
@@ -286,7 +286,7 @@ int main(int argc, char *argv[])
|
||||
|
||||
{
|
||||
QCoreApplication application(argc, mod_argv);
|
||||
PersistantConfig cfg;
|
||||
PersistentConfig cfg;
|
||||
PythonContext::GlobalInit(cfg);
|
||||
|
||||
logstream << "Checking python binding consistency.\n";
|
||||
@@ -509,7 +509,7 @@ int main(int argc, char *argv[])
|
||||
RegisterMetatypeConversions();
|
||||
|
||||
{
|
||||
PersistantConfig config;
|
||||
PersistentConfig config;
|
||||
|
||||
{
|
||||
QString configPath = QStandardPaths::writableLocation(QStandardPaths::AppDataLocation);
|
||||
|
||||
Reference in New Issue
Block a user