Misc. typos

Found via ` codespell -q 3 -S *.ts,*.xml -L ba,froms,seeked`
This commit is contained in:
luz.paz
2019-04-24 11:34:56 -04:00
parent c5f63ec2c5
commit 52d03aacd6
15 changed files with 15 additions and 15 deletions
+1 -1
View File
@@ -551,7 +551,7 @@ bool Clip::Retrieve()
// Wait for exclusive control of the queue to avoid any threading collisions
cacher.queue()->lock();
// Check if we retrieved a frame (nullptr) and if the queue stil contains this frame.
// Check if we retrieved a frame (nullptr) and if the queue still contains this frame.
//
// `nullptr` is returned if the cacher failed to get any sort of frame and is uncommon, but we do need
// to handle it.