From c7fb8f4e32330174cc156d70c99db94688cd165f Mon Sep 17 00:00:00 2001 From: kevinharbin <76784413+kevinharbin@users.noreply.github.com> Date: Thu, 6 Jan 2022 09:53:48 -0500 Subject: [PATCH] selfdrive/car/gm/interface.py: fix typo in comment (#23429) spelling --- selfdrive/car/gm/interface.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/selfdrive/car/gm/interface.py b/selfdrive/car/gm/interface.py index 7928fe31dc9dc5..7b86589de31d29 100755 --- a/selfdrive/car/gm/interface.py +++ b/selfdrive/car/gm/interface.py @@ -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.