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:
@@ -549,7 +549,7 @@ void Analytics::DocumentReport()
|
||||
}
|
||||
}
|
||||
|
||||
void Analytics::Prompt(ICaptureContext &ctx, PersistantConfig &config)
|
||||
void Analytics::Prompt(ICaptureContext &ctx, PersistentConfig &config)
|
||||
{
|
||||
if(analyticsState == AnalyticsState::Disabled)
|
||||
{
|
||||
@@ -623,7 +623,7 @@ void Disable()
|
||||
{
|
||||
}
|
||||
|
||||
void Prompt(ICaptureContext &ctx, PersistantConfig &config)
|
||||
void Prompt(ICaptureContext &ctx, PersistentConfig &config)
|
||||
{
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user