resultsController: minor spelling correction to logged warning

This commit is contained in:
Garfield69
2018-03-27 08:13:37 +13:00
parent 756cf7c0a6
commit af869583e3

View File

@@ -252,7 +252,7 @@ namespace Jackett.Controllers
{
if (!string.IsNullOrEmpty(CurrentQuery.SearchTerm))
{
logger.Warn($"A search request from {Request.GetOwinContext().Request.RemoteIpAddress} was made contining q and imdbid.");
logger.Warn($"A search request from {Request.GetOwinContext().Request.RemoteIpAddress} was made containing q and imdbid.");
return GetErrorXML(201, "Incorrect parameter: please specify either imdbid or q");
}