[ios] Fixed typo/compilation error.

This commit is contained in:
Alex Zolotarev 2016-04-05 21:52:37 +03:00
parent c15e6392e7
commit 70e68831db

View file

@ -56,7 +56,7 @@
}
else
{
[Statistics logEvent:@"Incorrect_highlight_range" withParametrs:@{@"range.first" : @(range.first),
[Statistics logEvent:@"Incorrect_highlight_range" withParameters:@{@"range.first" : @(range.first),
@"range.second" : @(range.second),
@"string" : title}];
LOG(LERROR, ("Incorrect range: ", range, " for string: ", result.GetString()));