Merge pull request #3930 from rochefort/fix-is_robot

[ci skip] Fix Ask Jeeves user-agent string
diff --git a/application/config/user_agents.php b/application/config/user_agents.php
index 2fd9554..fd8ed48 100644
--- a/application/config/user_agents.php
+++ b/application/config/user_agents.php
@@ -199,7 +199,7 @@
 	'bingbot'		=> 'Bing',
 	'slurp'			=> 'Inktomi Slurp',
 	'yahoo'			=> 'Yahoo',
-	'askjeeves'		=> 'AskJeeves',
+	'ask jeeves'		=> 'Ask Jeeves',
 	'fastcrawler'		=> 'FastCrawler',
 	'infoseek'		=> 'InfoSeek Robot 1.0',
 	'lycos'			=> 'Lycos',