mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-09-22 21:55:52 +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:
@@ -68,7 +68,7 @@ inline bool checkname(rdcstr &log, const char *baseType, rdcstr name, NameType n
|
||||
return false;
|
||||
|
||||
// allow the config to have different names
|
||||
if((baseType && strstr(baseType, "PersistantConfig")) || name.contains("PersistantConfig"))
|
||||
if((baseType && strstr(baseType, "PersistentConfig")) || name.contains("PersistentConfig"))
|
||||
return false;
|
||||
|
||||
// skip swig internal type
|
||||
|
||||
Reference in New Issue
Block a user