Fix spelling in various files

codespell parameters:

codespell -q 3 --skip="*.in,*.sh,*.m4,config,configure,autom4te.cache"

Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com>
This commit is contained in:
Yegor Yefremov
2019-11-11 14:21:49 +01:00
parent 35b2ef691c
commit 14ccc06eba
14 changed files with 18 additions and 18 deletions
+3 -3
View File
@@ -115,7 +115,7 @@ The destination field may be set during sendto().
emits **19234080#0123456789ABCDEF** .
The destination CAN iface __must__ always match the source CAN iface.
Specifing one during bind is therefore sufficient.
Specifying one during bind is therefore sufficient.
./testj1939 -s can0:,0x12300 :0x40
@@ -133,7 +133,7 @@ For broadcasted transmissions
emits **1B21FF80#0123456789ABCDEF** rather than 1923FF80#012345678ABCDEF
Desitination specific transmissions
Destination specific transmissions
./testj1939 -s can0:0x80,0x12300 :0x40,0x32100
@@ -169,7 +169,7 @@ emits:
18EBFF80#02EF0123456789AB
18EBFF80#03CDEF01234567FF
The fragments for broadcasted *Transport Protocol* are seperated
The fragments for broadcasted *Transport Protocol* are separated
__50ms__ from each other.
Destination specific *Transport Protocol* applies flow control
and may emit CAN packets much faster.