Spelling correction.
This commit is contained in:
parent
0f83d6ae23
commit
3882827736
@ -91,7 +91,7 @@ mares_common_convert_ascii_to_binary (const unsigned char input[], unsigned int
|
||||
else if (ascii >= 'a' && ascii <= 'f')
|
||||
number = 10 + ascii - 'a';
|
||||
else
|
||||
WARNING ("Invalid charachter.");
|
||||
WARNING ("Invalid character.");
|
||||
|
||||
value <<= 4;
|
||||
value += number;
|
||||
|
||||
@ -413,7 +413,7 @@ uwatec_memomouse_dump_internal (uwatec_memomouse_device_t *device, dc_buffer_t *
|
||||
// Wait for the answer (ACK).
|
||||
n = serial_read (device->port, &answer, 1);
|
||||
if (n != 1) {
|
||||
WARNING ("Failed to recieve the answer.");
|
||||
WARNING ("Failed to receive the answer.");
|
||||
return EXITCODE (n);
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user