summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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
}