summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristopher Peplin <chris.peplin@rhubarbtech.com>2014-01-03 16:38:22 -0500
committerChristopher Peplin <chris.peplin@rhubarbtech.com>2014-01-03 16:38:22 -0500
commit8922abb7ff8c30e1fa5af078284eb6aebf0052e5 (patch)
tree757f722e045733f9feebdae7f48ece79db7c6800
parent7c24f87bc729599b508f6671e1d95b12303f4e1b (diff)
Fix typos.
-rw-r--r--README.mkd6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.mkd b/README.mkd
index a888a188..98030483 100644
--- a/README.mkd
+++ b/README.mkd
@@ -51,7 +51,7 @@ With your shims in place, create an IsoTpShims object to pass them around:
With your shims in hand, send an ISO-TP message:
- // Optiona: This is your callback that will be called when the message is
+ // Optional: This is your callback that will be called when the message is
// completely sent. If it was single frame (the only type supported right
// now), this will be called immediately.
void message_sent(const IsoTpMessage* message, const bool success) {
@@ -66,8 +66,8 @@ With your shims in hand, send an ISO-TP message:
// send CAN messages
return;
} else {
- // If the message fit in a single frame, it's already been sent and
- you're done
+ // If the message fit in a single frame, it's already been sent
+ // and you're done
}
} else {
while(true) {