aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2017-02-04 08:52:45 +0100
committerGuido Günther <agx@sigxcpu.org>2017-02-04 08:52:45 +0100
commitdc96012abcd81667d24fdefba481df53af6e6f32 (patch)
tree70ed243185c75db17d07c2977ad62d117fbee1e1
parent67a006e3af59ccb324e6d5027d183b16eb544b4d (diff)
Fix typo
-rw-r--r--libplanfahr/providers/hafas-bin6-format.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libplanfahr/providers/hafas-bin6-format.h b/libplanfahr/providers/hafas-bin6-format.h
index e4b3813..0c3d7e5 100644
--- a/libplanfahr/providers/hafas-bin6-format.h
+++ b/libplanfahr/providers/hafas-bin6-format.h
@@ -245,7 +245,7 @@ typedef struct _HafasBin6TripStop {
guint16 dep; /* planned departure time at this stop */ /* 0x00 */
guint16 arr; /* planned arrival time at this stop */ /* 0x02 */
guint16 dep_pos_off; /* platform, offset into string table */ /* 0x04 */
- guint16 arr_pos_off; /* platfrom, offset into string table */ /* 0x06 */
+ guint16 arr_pos_off; /* platform, offset into string table */ /* 0x06 */
guint32 unknown0; /* 0x08 */
guint16 dep_pred; /* predicted departure time at this stop */ /* 0x0c */
guint16 arr_pred; /* predicted arrival time at this stop */ /* 0x0e */