Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/ClusterM/hakchi2.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSanjay Govind <sanjay.govind9@gmail.com>2017-02-17 16:02:44 +0300
committerGitHub <noreply@github.com>2017-02-17 16:02:44 +0300
commit390a54303dcd018cde1bce24e50890863f5a4cd4 (patch)
tree2bbfc996ff85f31e54ed0af9699dd5dbf033e604 /ImageGooglerForm.cs
parentb6335e3646843b937e249ef9ee98cafee8585cea (diff)
Spelling mistake in ImageGooglerForm
vover -> cover
Diffstat (limited to 'ImageGooglerForm.cs')
-rw-r--r--ImageGooglerForm.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/ImageGooglerForm.cs b/ImageGooglerForm.cs
index 0e66503d..98f92c68 100644
--- a/ImageGooglerForm.cs
+++ b/ImageGooglerForm.cs
@@ -41,7 +41,7 @@ namespace com.clusterrr.hakchi_gui
else if (app is FdsGame)
query += " fds box art";
else
- query += " game (box|vover) art";
+ query += " game (box|cover) art";
var url = string.Format("https://www.google.com/search?q={0}&source=lnms&tbm=isch", HttpUtility.UrlEncode(query));
Debug.WriteLine("Web request: " + url);
var request = WebRequest.Create(url);