Fix spelling and typos
This commit is contained in:
@@ -50,7 +50,7 @@ class ParserBase : public QObject {
|
||||
virtual bool TryMagic(const QByteArray &data) const = 0;
|
||||
|
||||
// Loads all songs from playlist found at path 'playlist_path' in directory 'dir'.
|
||||
// The 'device' argument is an opened and ready to read from represantation of this playlist.
|
||||
// The 'device' argument is an opened and ready to read from representation of this playlist.
|
||||
// This method might not return all of the songs found in the playlist.
|
||||
// Any playlist parser may decide to leave out some entries if it finds them incomplete or invalid.
|
||||
// This means that the final resulting SongList should be considered valid (at least from the parser's point of view).
|
||||
|
||||
Reference in New Issue
Block a user