Skip to content

Commit

Permalink
Merge pull request commaai#863 from SCshredder17/patch-24
Browse files Browse the repository at this point in the history
Spelling correction
  • Loading branch information
arne182 authored Jun 26, 2021
2 parents 82c697d + 5d6e85d commit c3ec5a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion selfdrive/mapd/mapd.py
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ def mapd_thread(sm=None, pm=None):

while True:
sm.update()
mapd.udpate_state(sm)
mapd.update_state(sm)
mapd.update_gps(sm)
mapd.updated_osm_data()
mapd.update_route()
Expand Down

0 comments on commit c3ec5a3

Please sign in to comment.