From 63694b6219d27bc4d9f89a85ada38cbef7bec47f Mon Sep 17 00:00:00 2001 From: lordware <82336845+lordware@users.noreply.github.com> Date: Fri, 19 Jan 2024 14:37:19 +0100 Subject: [PATCH] Update protocol.md fixes a spelling mistake --- docs/en/protocol.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/en/protocol.md b/docs/en/protocol.md index 16102a5..27b7de1 100644 --- a/docs/en/protocol.md +++ b/docs/en/protocol.md @@ -1,6 +1,6 @@ Protocol CanHacker (lawicel) described in [CanHacker for Windows documentation](http://www.mictronics.de/projects/usb-can-bus/) -Library implements it partially. Suported commands listed below. +Library implements it partially. Supported commands listed below. ### `C[CR]` @@ -188,4 +188,4 @@ i - ID bytes (000-7FF) or (00000000-1FFFFFFF) L - Data length code (0-8) DD - Data bytes (00-FF) ssss - Optinal time stamp (0000-EA5F) -``` \ No newline at end of file +```