summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorasanoaozora <fifitaneki@hotmail.com>2018-02-07 10:01:44 +0100
committerasanoaozora <fifitaneki@hotmail.com>2018-02-07 10:01:44 +0100
commitb75bd1e33f011a7b985bf203bb90eed782db3392 (patch)
tree90a725c6eccf945b0b2a7e8a5cba554196ced984
parent4761e62bdf6ea3a65f41409174c6f68b813832e1 (diff)
downloadpoi-service-b75bd1e33f011a7b985bf203bb90eed782db3392.tar.gz
Fix typo errors
Thanks Marco for reviewing
-rwxr-xr-xapi/franca/navigation/mapviewer/MapViewerControl.fidl2
-rw-r--r--api/franca/navigation/navigationcore/Routing.fidl2
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
}