diff --git a/speeduino/cancomms.ino b/speeduino/cancomms.ino index 5b7f645b..0963a991 100644 --- a/speeduino/cancomms.ino +++ b/speeduino/cancomms.ino @@ -8,7 +8,7 @@ can_comms was originally contributed by Darren Siepka /* can_command is called when a command is received over serial3 from the Can interface It parses the command and calls the relevant function -sendcancommand is called when a comman d is to be sent via serial3 to the Can interface +sendcancommand is called when a command is to be sent via serial3 to the Can interface */ #include "globals.h" #include "cancomms.h"