Fix typos

This commit is contained in:
Ricardo de Almeida Gonzaga 2016-10-20 12:26:59 -02:00
parent cc7f1155a8
commit 13d46f6820
15 changed files with 18 additions and 18 deletions

View file

@ -64,7 +64,7 @@ public:
* A specialization of GameListItem for path values.
* This class ensures that for every full path value it holds, a correct string representation
* of just the filename (with no extension) will be displayed to the user.
* If this class recieves valid SMDH data, it will also display game icons and titles.
* If this class receives valid SMDH data, it will also display game icons and titles.
*/
class GameListItemPath : public GameListItem {