Run codespell over docs and comments
Spelling fixes reported by running codespell over docs and sources.
This commit is contained in:
parent
fe8094b597
commit
e6473a6edc
12 changed files with 30 additions and 30 deletions
|
|
@ -128,7 +128,7 @@ Manager::createManagedSequence(std::string sequenceName, uint32_t queueIndex)
|
|||
{ KP_DEFAULT_SESSION + std::to_string(this->mCurrentSequenceIndex),
|
||||
sq });
|
||||
} else {
|
||||
// TODO: Check if sequence doens't already exist
|
||||
// TODO: Check if sequence doesn't already exist
|
||||
this->mManagedSequences.insert({ sequenceName, sq });
|
||||
}
|
||||
return sq;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue