summaryrefslogtreecommitdiff
path: root/api/franca/navigation/navigationcore/Routing.fidl
diff options
context:
space:
mode:
Diffstat (limited to 'api/franca/navigation/navigationcore/Routing.fidl')
-rw-r--r--api/franca/navigation/navigationcore/Routing.fidl2
1 files changed, 1 insertions, 1 deletions
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
}