mirror of
https://github.com/eclipse/upm.git
synced 2025-07-03 02:11:15 +03:00
docs: fix spelling errors
Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org> Signed-off-by: Mihai Tudor Panu <mihai.tudor.panu@intel.com>
This commit is contained in:

committed by
Mihai Tudor Panu

parent
c7b5204fe4
commit
dc8be495a9
@ -189,7 +189,7 @@ mraa::Result SI1132::runCommand(uint8_t command)
|
||||
}
|
||||
if (response == 0) {
|
||||
status = mraa::ERROR_UNSPECIFIED;
|
||||
fprintf(stderr, "Comand %d failed\n", command);
|
||||
fprintf(stderr, "Command %d failed\n", command);
|
||||
}
|
||||
return status;
|
||||
}
|
||||
|
Reference in New Issue
Block a user