From 368315544bdad33c807f0d0d33f41182eb79c77e Mon Sep 17 00:00:00 2001 From: Max Buchholz Date: Tue, 4 Mar 2025 13:56:43 +0100 Subject: [PATCH 1/2] Fix typos in gtfs-realtime.proto These only affect the comments therefore should not change the semantics --- gtfs-realtime/proto/gtfs-realtime.proto | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/gtfs-realtime/proto/gtfs-realtime.proto b/gtfs-realtime/proto/gtfs-realtime.proto index 34a8a20a..eb0b77a4 100644 --- a/gtfs-realtime/proto/gtfs-realtime.proto +++ b/gtfs-realtime/proto/gtfs-realtime.proto @@ -612,7 +612,7 @@ message Alert { NO_SERVICE = 1; REDUCED_SERVICE = 2; - // We don't care about INsignificant delays: they are hard to detect, have + // We don't care about Insignificant delays: they are hard to detect, have // little impact on the user, and would clutter the results as they are too // frequent. SIGNIFICANT_DELAYS = 3; @@ -765,7 +765,7 @@ message TripDescriptor { // The initially scheduled start time of this trip instance. // When the trip_id corresponds to a non-frequency-based trip, this field // should either be omitted or be equal to the value in the GTFS feed. When - // the trip_id correponds to a frequency-based trip, the start_time must be + // the trip_id corresponds to a frequency-based trip, the start_time must be // specified for trip updates and vehicle positions. If the trip corresponds // to exact_times=1 GTFS record, then start_time must be some multiple // (including zero) of headway_secs later than frequencies.txt start_time for @@ -1105,7 +1105,7 @@ message TripModifications { // A `Modification` message replaces a span of n stop times from each affected trip starting at `start_stop_selector`. message Modification { // The stop selector of the first stop_time of the original trip that is to be affected by this modification. - // Used in conjuction with `end_stop_selector`. + // Used in conjunction with `end_stop_selector`. // `start_stop_selector` is required and is used to define the reference stop used with `travel_time_to_stop`. optional StopSelector start_stop_selector = 1; @@ -1210,4 +1210,4 @@ message ReplacementStop { // The following extension IDs are reserved for private use by any organization. extensions 9000 to 9999; -} \ No newline at end of file +} From 39d4fc0035ce385ca9e92f316be30f535c8ae82d Mon Sep 17 00:00:00 2001 From: Max Buchholz Date: Tue, 18 Nov 2025 14:18:24 +0100 Subject: [PATCH 2/2] Revert correction of insignificant --- gtfs-realtime/proto/gtfs-realtime.proto | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gtfs-realtime/proto/gtfs-realtime.proto b/gtfs-realtime/proto/gtfs-realtime.proto index eb0b77a4..92bce781 100644 --- a/gtfs-realtime/proto/gtfs-realtime.proto +++ b/gtfs-realtime/proto/gtfs-realtime.proto @@ -612,7 +612,7 @@ message Alert { NO_SERVICE = 1; REDUCED_SERVICE = 2; - // We don't care about Insignificant delays: they are hard to detect, have + // We don't care about INsignificant delays: they are hard to detect, have // little impact on the user, and would clutter the results as they are too // frequent. SIGNIFICANT_DELAYS = 3;