staging: greybus: tools: fix spelling
Fixed the spelling mistake of appendation to appending. Signed-off-by: Vaibhav Nagare <vnagare@redhat.com> Link: https://lore.kernel.org/r/20220425133111.118257-1-vnagare@redhat.com Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
f3e93e3e25
commit
35a79f86d0
|
@ -533,7 +533,7 @@ static int log_results(struct loopback_test *t)
|
||||||
|
|
||||||
fd = open(file_name, O_WRONLY | O_CREAT | O_APPEND, 0644);
|
fd = open(file_name, O_WRONLY | O_CREAT | O_APPEND, 0644);
|
||||||
if (fd < 0) {
|
if (fd < 0) {
|
||||||
fprintf(stderr, "unable to open %s for appendation\n", file_name);
|
fprintf(stderr, "unable to open %s for appending\n", file_name);
|
||||||
abort();
|
abort();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue