mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-11-16 04:24:43 +00:00
[gdb/testsuite, gdbserver] Fix typos
Codespell noticed two new typos: ... $ pre-commit run --all-files codespell codespell................................................................Failed - hook id: codespell - exit code: 65 gdbserver/server.cc:4255: errror ==> error gdb/testsuite/gdb.replay/missing-thread.exp:87: Whn ==> When ... Fix these.
This commit is contained in:
@@ -4252,7 +4252,7 @@ captured_main (int argc, char *argv[])
|
||||
optind--;
|
||||
|
||||
/* For required arguments, if we don't have an argument, then
|
||||
this is an errror, set OPTC to reflect this. */
|
||||
this is an error, set OPTC to reflect this. */
|
||||
if (longopts[longindex].has_arg == required_argument)
|
||||
optc = ':';
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user