@@ -844,7 +844,7 @@ message LogicalLane
844
844
// valid rule should be provided.
845
845
//
846
846
// Note: Each traffic rule corresponds to only one lane. If the traffic rule
847
- // is also valid on adjacent/successing/predecessing lanes it needs to be
847
+ // is also valid on adjacent/successor/predecessor lanes it needs to be
848
848
// specified for each lane individually.
849
849
//
850
850
// \brief Logical Model of a traffic rule on a lane.
@@ -896,25 +896,25 @@ message LogicalLane
896
896
optional double end_s = 2 ;
897
897
898
898
//
899
- // List of traffic participan types for which the speed limit is valid.
899
+ // List of traffic participant types for which the speed limit is valid.
900
900
// If the traffic rule validity is independent of the vehicle type
901
901
// the list should be empty.
902
902
//
903
903
repeated TypeValidity valid_for_type = 3 ;
904
904
905
905
//
906
- // \brief Type of traffic paricipant for which a rule is valid.
906
+ // \brief Type of traffic participant for which a rule is valid.
907
907
//
908
908
message TypeValidity {
909
909
910
910
//
911
- // The type of objects for which the traffic rule applys .
911
+ // The type of object for which the traffic rule is valid .
912
912
// Must not be UNKNOWN or OTHER
913
913
//
914
914
optional MovingObject.Type type = 1 ;
915
915
916
916
//
917
- // Vehicle classification type for trafic participants
917
+ // Vehicle classification type for traffic participants
918
918
// May only be set if type is TYPE_VEHICLE. Must not be UNKNOWN or OTHER.
919
919
//
920
920
optional MovingObject.VehicleClassification.Type vehicle_type = 2 ;
@@ -934,10 +934,10 @@ message LogicalLane
934
934
935
935
//
936
936
// The value of the speed limit.
937
- // The unit filed in the TrafficSigneValue message may only be set to
937
+ // The unit filed in the TrafficSignValue message may only be set to
938
938
// units associated with velocities and must not be UNKNOWN or OTHER.
939
939
//
940
- // Note: All speed limits are to be modelled this way, indpendent
940
+ // Note: All speed limits are to be led this way, independent
941
941
// of how they are induced.
942
942
//
943
943
optional TrafficSignValue speed_limit_value = 1 ;
0 commit comments