Skip to content

Commit 71b8eca

Browse files
committed
Fixed spelling issues.
Signed-off-by: Markus Lemmer <lemmer@fzi.de>
1 parent d321bd7 commit 71b8eca

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

osi_logicallane.proto

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -843,7 +843,7 @@ message LogicalLane
843843
// valid rule should be provided.
844844
//
845845
// Note: Each traffic rule corresponds to only one lane. If the traffic rule
846-
// is also valid on adjacent/successing/predecessing lanes it needs to be
846+
// is also valid on adjacent/successor/predecessor lanes it needs to be
847847
// specified for each lane individually.
848848
//
849849
// \brief Logical Model of a traffic rule on a lane.
@@ -895,25 +895,25 @@ message LogicalLane
895895
optional double end_s = 2;
896896

897897
//
898-
// List of traffic participan types for which the speed limit is valid.
898+
// List of traffic participant types for which the speed limit is valid.
899899
// If the traffic rule validity is independent of the vehicle type
900900
// the list should be empty.
901901
//
902902
repeated TypeValidity valid_for_type = 3;
903903

904904
//
905-
// \brief Type of traffic paricipant for which a rule is valid.
905+
// \brief Type of traffic participant for which a rule is valid.
906906
//
907907
message TypeValidity {
908908

909909
//
910-
// The type of objects for which the traffic rule applys.
910+
// The type of object for which the traffic rule is valid.
911911
// Must not be UNKNOWN or OTHER
912912
//
913913
optional MovingObject.Type type = 1;
914914

915915
//
916-
// Vehicle classification type for trafic participants
916+
// Vehicle classification type for traffic participants
917917
// May only be set if type is TYPE_VEHICLE. Must not be UNKNOWN or OTHER.
918918
//
919919
optional MovingObject.VehicleClassification.Type vehicle_type = 2;
@@ -933,10 +933,10 @@ message LogicalLane
933933

934934
//
935935
// The value of the speed limit.
936-
// The unit filed in the TrafficSigneValue message may only be set to
936+
// The unit filed in the TrafficSignValue message may only be set to
937937
// units associated with velocities and must not be UNKNOWN or OTHER.
938938
//
939-
// Note: All speed limits are to be modelled this way, indpendent
939+
// Note: All speed limits are to be led this way, independent
940940
// of how they are induced.
941941
//
942942
optional TrafficSignValue speed_limit_value = 1;

0 commit comments

Comments
 (0)