From f75dd34747f35cda5ae8ca2c74439034aa0f5b1f Mon Sep 17 00:00:00 2001 From: Mohit Sahu Date: Fri, 27 Oct 2017 21:13:22 +0530 Subject: [PATCH] Correct spelling of searchfield in comment (#3052) Correct spelling of searchfield in comment --- src/citra_qt/game_list.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/citra_qt/game_list.cpp b/src/citra_qt/game_list.cpp index a8e3541cd..c98a8b036 100644 --- a/src/citra_qt/game_list.cpp +++ b/src/citra_qt/game_list.cpp @@ -174,7 +174,7 @@ void GameList::onTextChanged(const QString& newText) { child_file->data(GameListItemPath::ProgramIdRole).toString().toLower(); // Only items which filename in combination with its title contains all words - // that are in the searchfiel will be visible in the gamelist + // that are in the searchfield will be visible in the gamelist // The search is case insensitive because of toLower() // I decided not to use Qt::CaseInsensitive in containsAllWords to prevent // multiple conversions of edit_filter_text for each game in the gamelist