Skip to content

Commit

Permalink
selfdrive/car/gm/interface.py: fix typo in comment (#23429)
Browse files Browse the repository at this point in the history
spelling
  • Loading branch information
kevinharbin committed Jan 6, 2022
1 parent 450656e commit c7fb8f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion selfdrive/car/gm/interface.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ def get_params(candidate, fingerprint=gen_empty_fingerprint(), car_fw=None):

# These cars have been put into dashcam only due to both a lack of users and test coverage.
# These cars likely still work fine. Once a user confirms each car works and a test route is
# added to selfdrive/test/test_routes, we canr remove it from this list.
# added to selfdrive/test/test_routes, we can remove it from this list.
ret.dashcamOnly = candidate in {CAR.CADILLAC_ATS, CAR.HOLDEN_ASTRA, CAR.MALIBU}

# Presence of a camera on the object bus is ok.
Expand Down

0 comments on commit c7fb8f4

Please sign in to comment.