@@ -68,7 +68,7 @@ and it will be updated according to the information received from the node.
6868
6969 * ` raw ` :
7070 Values of the raw type are treated as hex strings and converted to binary.
71- The value must have a length that is devisible by 2 and only contain symbols
71+ The value must have a length that is divisible by 2 and only contain symbols
7272 [ 0-9abcdef] . Value is not case sensitive.
7373 * ` str ` :
7474 String values are converted to binary using the ASCII encoding. For transmitting
@@ -82,13 +82,13 @@ and it will be updated according to the information received from the node.
8282 * ` u64 ` :
8383 The value is converted to an unsigned 64-bit big-endian integer.
8484 * ` i8 ` :
85- The value is converted to an signed 8-bit big-endian integer.
85+ The value is converted to a signed 8-bit big-endian integer.
8686 * ` i16 ` :
87- The value is converted to an signed 16-bit big-endian integer.
87+ The value is converted to a signed 16-bit big-endian integer.
8888 * ` i32 ` :
89- The value is converted to an signed 32-bit big-endian integer.
89+ The value is converted to a signed 32-bit big-endian integer.
9090 * ` i64 ` :
91- The value is converted to an signed 64-bit big-endian integer.
91+ The value is converted to a signed 64-bit big-endian integer.
9292 * ` nil ` :
9393 The nil type can be used to set the length of variable length parameters
9494 (` raw ` and ` str ` ) to 0.
@@ -125,11 +125,11 @@ Options control connection parameters:
125125
126126 * ` -g ` , ` --group ` :
127127 option is used to set the ActiveMessage group. The default is 22,
128- the value is trated as a hex string (0x22).
128+ the value is parsed as a hex string (0x22).
129129
130130 * ` -a ` , ` --address ` :
131131 option is used to set the source ActiveMessage address.
132- The default is 5678, the value is treated as a hex string (0x5678).
132+ The default is 5678, the value is parsed as a hex string (0x5678).
133133
134134Options for controlling task processing timings:
135135
0 commit comments