Fix typos

This commit is contained in:
Jonas Kvinge
2022-08-28 02:44:37 +02:00
parent d15d64eb67
commit d97b0478a7
32 changed files with 51 additions and 51 deletions

View File

@@ -39,7 +39,7 @@ class QIODevice;
class CollectionBackendInterface;
// This parser will try to detect the real encoding of a .cue file
// but there's a great chance it will fail so it's probably best to assume that the parser is UTF compatible only.
// but there's a great chance it will fail, so it's probably best to assume that the parser is UTF compatible only.
class CueParser : public ParserBase {
Q_OBJECT