From 79e8d1aac3ee6dffdff949adbf630c0f8898af57 Mon Sep 17 00:00:00 2001 From: David Low Date: Wed, 2 Mar 2016 15:16:28 +0800 Subject: [PATCH] Minor typo fix --- include/engine/plugins/match.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/engine/plugins/match.hpp b/include/engine/plugins/match.hpp index 23b113b26..f846f7693 100644 --- a/include/engine/plugins/match.hpp +++ b/include/engine/plugins/match.hpp @@ -260,7 +260,7 @@ template class MapMatchingPlugin : public BasePlugin if (max_locations_map_matching > 0 && static_cast(route_parameters.coordinates.size()) > max_locations_map_matching) { - json_result.values["status_message"] = "Too many coodindates"; + json_result.values["status_message"] = "Too many coordinates"; return Status::Error; }