[gdb] Fix some typos

Fix typos:
...
overriden -> overridden
reate -> create
...

Tested on x86_64-linux.
I
This commit is contained in:
Tom de Vries
2025-02-18 07:36:44 +01:00
parent 1256b9860f
commit 24a2f1a6b0
5 changed files with 7 additions and 7 deletions

View File

@@ -174,7 +174,7 @@ class FrameDecorator(_FrameDecoratorBase):
sub-classed from FrameDecorator. If Decorator1 just overrides the
'function' method, then all of the other methods are carried out
by the super-class FrameDecorator. But Decorator2 may have
overriden other methods, so FrameDecorator will look at the
overridden other methods, so FrameDecorator will look at the
'base' parameter and defer to that class's methods. And so on,
down the chain."""