Commit 5b52e1d0 authored by András Wippelhauser's avatar András Wippelhauser
Browse files

Fix typo

parent 76cc5497
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -108,7 +108,7 @@ ParkingSpaceSegments ::= SEQUENCE (SIZE (0..31)) OF ParkingSpaceSegment
ParkingSpaceIntentIndication ::= SEQUENCE {
    spaceId                 Identifier2B, -- TODO: how to tell which to use in segment
    reporter                StationId OPTIONAL,
    estimatedCompletionTime TimestampIts OPTIONAL,
    estimatedCompletionTime TimestampIts OPTIONAL
}

/**