Commit 4a8fe901 authored by mullers's avatar mullers
Browse files

small typos fixed

parent 6a690483
Loading
Loading
Loading
Loading
+216 −215
Original line number Diff line number Diff line
@@ -126,7 +126,7 @@ TyreType ::= SEQUENCE {
	
TyreCharacteristic ::= ENUMERATED { standard (0), runningFlat (1), ... }

PatternStructure ::= BIT STRING { rollingDirectionDependent(0), asymmetrical(1) } SIZE (2, ...) 
PatternStructure ::= BIT STRING { rollingDirectionDependent(0), asymmetrical(1) } (SIZE (2, ...)) 

TyreSeasonality ::= ENUMERATED { allSeason (0), summer (1), winter (2), severeWinter (3) }

@@ -144,7 +144,7 @@ PlacardTable ::= SEQUENCE(SIZE(0..15)) OF TyreSetVariant

TyreSetVariant ::= SEQUENCE 
{
	variantID NumberTyreSet,
	variantID TyreSetVariantID,
	frontAxleDimension TyreSidewallInformation,
	frontAxleType TyreType,
	rearAxleDimension TyreSidewallInformation,
@@ -199,6 +199,7 @@ DOT ::= SEQUENCE {
		year INTEGER(0..99)	-- year since 2000
	}

TyreSetVariantID ::= INTEGER (0..15)
	
CustomerContract ::= IA5String(SIZE(1..32))