Skip to content

Commit 7748e9a

Browse files
Merge pull request opentripplanner#6862 from entur/henrik/typos
Doc: Fix typos in netex package.md
2 parents 2746dc0 + 4b19b90 commit 7748e9a

5 files changed

Lines changed: 2 additions & 2 deletions

File tree

application/src/main/java/org/opentripplanner/netex/images/Colaboration.png renamed to application/src/main/java/org/opentripplanner/netex/images/Collaboration.png

File renamed without changes.

application/src/main/java/org/opentripplanner/netex/images/Colaboration.uxf renamed to application/src/main/java/org/opentripplanner/netex/images/Collaboration.uxf

File renamed without changes.

application/src/main/java/org/opentripplanner/netex/images/DegignOverview.png renamed to application/src/main/java/org/opentripplanner/netex/images/DesignOverview.png

File renamed without changes.

application/src/main/java/org/opentripplanner/netex/images/DegignOverview.uxf renamed to application/src/main/java/org/opentripplanner/netex/images/DesignOverview.uxf

File renamed without changes.

application/src/main/java/org/opentripplanner/netex/package.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ for building all bundles, while a bundle is responsible for importing a Netex bu
3636
zip-file with a Netex data set. You may start OTP with as many bundles as you like, and you may mix
3737
GTFS and NeTEx bundles in the same build.
3838

39-
![Design overview](images/DegignOverview.png)
39+
![Design overview](images/DesignOverview.png)
4040

4141
The Netex files are _xml-files_ and one data set can be more than 5 GB in size. There is no fixed
4242
relationship between file names and content like it is in GTFS, where for example `stops.txt`
@@ -88,7 +88,7 @@ doing the validation in a separate step ensure all entities is available when do
8888
If an entity or a required relation is missing the validator should remove the invalid entity. This
8989
make the mapping easier, because the mapper can assume all required data and entities exist.
9090

91-
![Collaboration diagram](images/Colaboration.png)
91+
![Collaboration diagram](images/Collaboration.png)
9292

9393
Here is an outline of the process including the file-hierarchy traversal and the steps at each
9494
level:

0 commit comments

Comments
 (0)