Fixing typos and spelling mistakes

This commit is contained in:
Bruno Herbelin
2022-03-16 23:28:39 +01:00
parent 667ea9fa64
commit 5c92362aae
17 changed files with 95 additions and 52 deletions

View File

@@ -336,7 +336,7 @@ void Stream::Frame::unmap()
void Stream::close()
{
// not openned?
// not opened?
if (!opened_) {
// wait for loading to finish
if (discoverer_.valid())