From 24a2f1a6b0ceca9ab50c0d5cd16daba5a7ee1a3a Mon Sep 17 00:00:00 2001 From: Tom de Vries Date: Tue, 18 Feb 2025 07:36:44 +0100 Subject: [gdb] Fix some typos Fix typos: ... overriden -> overridden reate -> create ... Tested on x86_64-linux. I --- gdb/python/lib/gdb/FrameDecorator.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gdb/python') diff --git a/gdb/python/lib/gdb/FrameDecorator.py b/gdb/python/lib/gdb/FrameDecorator.py index 5cdfbe1..43efe8a 100644 --- a/gdb/python/lib/gdb/FrameDecorator.py +++ b/gdb/python/lib/gdb/FrameDecorator.py @@ -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.""" -- cgit v1.1