Skip to content

Commit

Permalink
Fix spelling of SIRI-ET
Browse files Browse the repository at this point in the history
  • Loading branch information
leonardehrenfried committed Dec 11, 2024
1 parent ebcaca2 commit 18dfc6d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ public SiriETUpdater(

this.blockReadinessUntilInitialized = config.blockReadinessUntilInitialized();

LOG.info("Creating SIRI ET updater running every {}: {}", pollingPeriod(), updateSource);
LOG.info("Creating SIRI-ET updater running every {}: {}", pollingPeriod(), updateSource);

estimatedTimetableHandler =
new EstimatedTimetableHandler(timetableSnapshotSource, config.fuzzyTripMatching(), feedId);
Expand Down

0 comments on commit 18dfc6d

Please sign in to comment.