From 377538005784b1a071a10ab2c7db7b0f6fe71cbd Mon Sep 17 00:00:00 2001 From: Vladimir Byko-Ianko Date: Wed, 14 Sep 2016 11:25:06 +0300 Subject: [PATCH] Review fixes. --- map/chart_generator.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/map/chart_generator.cpp b/map/chart_generator.cpp index e6688da7f4..e83f3d0460 100644 --- a/map/chart_generator.cpp +++ b/map/chart_generator.cpp @@ -189,7 +189,7 @@ bool GenerateYAxisChartData(uint32_t height, double minMetersPerPxl, if (freeHeightSpacePxl < 0 || freeHeightSpacePxl > drawHeightPxl) { LOG(LERROR, ("Number of pixels free of chart points (", freeHeightSpacePxl, - ") is below zero or greater number of pixels for the chart (", drawHeightPxl, ").")); + ") is below zero or greater than the number of pixels for the chart (", drawHeightPxl, ").")); return false; }