mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-26 09:08:59 +00:00
Fix some spelling errors.
I noticed those from a lintian run: https://salsa.debian.org/cbiesinger-guest/gdb/-/jobs/514119 gdb/ChangeLog: 2020-01-16 Christian Biesinger <cbiesinger@google.com> * btrace.c (btrace_compute_ftrace_1): Fix spelling error (Unkown). (btrace_stitch_trace): Likewise. * charset.c (intermediate_encoding): Likewise (vaild). * nat/linux-btrace.c (linux_read_pt): Likewise (Unkown). * python/py-record-btrace.c (struct PyMethodDef): Likewise (occurences). * record-btrace.c (record_btrace_print_conf): Likewise (unkown). gdb/testsuite/ChangeLog: 2020-01-16 Christian Biesinger <cbiesinger@google.com> * lib/gdb.exp: Fix spelling error (seperatelly). Change-Id: I2a44936bac295020f217fb6c78b99b0a8d09cf9a
This commit is contained in:
@@ -989,7 +989,7 @@ intermediate_encoding (void)
|
||||
/* Not valid, free the allocated memory. */
|
||||
xfree (result);
|
||||
/* No valid charset found, generate error here. */
|
||||
error (_("Unable to find a vaild charset for string conversions"));
|
||||
error (_("Unable to find a valid charset for string conversions"));
|
||||
}
|
||||
|
||||
#endif /* USE_INTERMEDIATE_ENCODING_FUNCTION */
|
||||
|
||||
Reference in New Issue
Block a user