Commit 5a006f2e authored by Hendrik-Joern Guenther's avatar Hendrik-Joern Guenther
Browse files

Fix typo - "Other Sublass" -> "Other Subclass"

Based on error found by @wongyy which could not be merged automatically
parent 7302e149
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -270,7 +270,7 @@ ObjectClass ::= CHOICE {
    vehicleSubclass     VehicleSubclassType,
    personSubclass      PersonSubclassType,
    animalSubclass      AnimalSubclassType,
    otherSubclass       OtherSublassType,
    otherSubclass       OtherSubclassType,
    ...
}

@@ -360,7 +360,7 @@ VehicleSubclassType ::= INTEGER {
-- @brief Other Subclass Type
-- Describes the subclass of a detected object for class other.
-- @unit n/a
OtherSublassType ::= INTEGER {
OtherSubclassType ::= INTEGER {
    unknown         (0),
    roadSideUnit    (1)
} (0..255)