diff --git a/search/reverse_geocoder.cpp b/search/reverse_geocoder.cpp index 62809ff17b..54d06d7643 100644 --- a/search/reverse_geocoder.cpp +++ b/search/reverse_geocoder.cpp @@ -246,7 +246,7 @@ void ReverseGeocoder::GetNearbyAddress(m2::PointD const & center, double maxDist for (auto const & b : buildings) { - // It's quite enough to analize nearest kMaxNumTriesToApproxAddress houses for the exact nearby address. + // It's quite enough to analyze nearest kMaxNumTriesToApproxAddress houses for the exact nearby address. // When we can't guarantee suitable address for the point with distant houses. if (GetNearbyAddress(table, b, false /* ignoreEdits */, addr) || (++triesCount == kMaxNumTriesToApproxAddress))