[gdb/compile] Fix typo in debug message
commit2595faaa1c0d1be77ce85e7526ce39f862c6def5
authorTom de Vries <tdevries@suse.de>
Sat, 3 Jun 2023 20:43:57 +0000 (3 22:43 +0200)
committerTom de Vries <tdevries@suse.de>
Sat, 3 Jun 2023 20:43:57 +0000 (3 22:43 +0200)
tree9edfa870d0756699075524f751527ee8ae5c2dff
parent9e92dbaa0cea5b71778f9698f797ad4112421c83
[gdb/compile] Fix typo in debug message

In compile_object_load in gdb/compile/compile-object-load.c I came across:
...
"Connectiong ELF symbol \"%s\" to the .toc section (%s)\n",
...

Fix this typo by using "Connecting" instead.

Reviewed-By: Tom Tromey <tom@tromey.com>
gdb/compile/compile-object-load.c