Skip to content

Commit

Permalink
Spelling correction
Browse files Browse the repository at this point in the history
Update spelling correction
  • Loading branch information
oppilot authored Jun 26, 2021
1 parent 82c697d commit 5d6e85d
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 5d6e85d

Please sign in to comment.