From b75bd1e33f011a7b985bf203bb90eed782db3392 Mon Sep 17 00:00:00 2001 From: asanoaozora Date: Wed, 7 Feb 2018 10:01:44 +0100 Subject: Fix typo errors Thanks Marco for reviewing --- api/franca/navigation/mapviewer/MapViewerControl.fidl | 2 +- api/franca/navigation/navigationcore/Routing.fidl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/api/franca/navigation/mapviewer/MapViewerControl.fidl b/api/franca/navigation/mapviewer/MapViewerControl.fidl index aeb6e7c..54e2d74 100755 --- a/api/franca/navigation/mapviewer/MapViewerControl.fidl +++ b/api/franca/navigation/mapviewer/MapViewerControl.fidl @@ -1690,7 +1690,7 @@ interface MapViewerControl { out { <** - @description : rotationAngle = rotation angle in degrees measured from the North axis clockwise if possitive + @description : rotationAngle = rotation angle in degrees measured from the North axis clockwise if positive or counter clockwise if negative. Range[-179:180]. **> Int32 rotationAngle diff --git a/api/franca/navigation/navigationcore/Routing.fidl b/api/franca/navigation/navigationcore/Routing.fidl index 98f12e2..3671204 100644 --- a/api/franca/navigation/navigationcore/Routing.fidl +++ b/api/franca/navigation/navigationcore/Routing.fidl @@ -119,7 +119,7 @@ interface Routing { } enumeration RouteOverviewType extends Schedule { - TOTAL_TIME = 398 //value of type UInt32, represents the total time (in seconds) takes to navigate from the beginning of the route till destination + TOTAL_TIME = 398 //value of type UInt32, represents the total time (in seconds) taken to navigate from the beginning of the route till destination TOTAL_DISTANCE = 399 //value of type UInt32, that represents the total distance (in m) from the beginning of the route till destination } -- cgit v1.2.1