Skip to content

Commit d9df33d

Browse files
fix typo (#6491)
1 parent 95c4523 commit d9df33d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

profiles/lib/guidance.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ function Guidance.set_classification (highway, result, input_way)
8585
if service_type ~= nil and service_type == 'alley' then
8686
result.road_classification.road_priority_class = road_priority_class.alley
8787
else
88-
if serice_type == nil then
88+
if service_type == nil then
8989
result.road_classification.road_priority_class = road_priority_class.alley
9090
else
9191
result.road_classification.road_priority_class = highway_classes[highway]

0 commit comments

Comments
 (0)