From dda9cf662b00b13869b14b3d026df3cafc9e6aea Mon Sep 17 00:00:00 2001 From: Tom de Vries Date: Sun, 6 Oct 2024 07:59:48 +0200 Subject: [gdb] Fix more common misspellings Fix the following common misspellings: ... addres -> address, adders behavour -> behavior, behaviour intented -> intended, indented ther -> there, their, the throught -> thought, through, throughout ... Tested on x86_64-linux. --- gdb/ui.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gdb/ui.c') diff --git a/gdb/ui.c b/gdb/ui.c index e5c7965..88a3a14 100644 --- a/gdb/ui.c +++ b/gdb/ui.c @@ -106,7 +106,7 @@ ui::input_interactive_p () const /* When there is an event ready on the stdin file descriptor, instead - of calling readline directly throught the callback function, or + of calling readline directly through the callback function, or instead of calling gdb_readline_no_editing_callback, give gdb a chance to detect errors and do something. */ -- cgit v1.1