]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
[gdb/doc] Fix typos in python.texi
authorTom de Vries <tdevries@suse.de>
Thu, 6 Mar 2025 21:41:32 +0000 (22:41 +0100)
committerTom de Vries <tdevries@suse.de>
Thu, 6 Mar 2025 21:41:32 +0000 (22:41 +0100)
Fix typos:
...
atribute ==> attribute
...

gdb/doc/python.texi

index a6821325aa5912d8c2c1f691d946933a7e399f12..0dbb37bb8ddfd65ee8a0582ac0eab93a0f8bde8b 100644 (file)
@@ -7062,17 +7062,17 @@ argument tells @value{GDBN} which color space @var{value} belongs.
 @end defun
 
 @defvar Color.is_none
-This atribute is boolean.  If its value is @code{True} then color is terminal's
+This attribute is boolean.  If its value is @code{True} then color is terminal's
 default.
 @end defvar
 
 @defvar Color.is_indexed
-This atribute is boolean.  If its value is @code{True} then color is indexed,
+This attribute is boolean.  If its value is @code{True} then color is indexed,
 i.e. belongs to some palette.
 @end defvar
 
 @defvar Color.is_direct
-This atribute is boolean.  If its value is @code{True} then this object
+This attribute is boolean.  If its value is @code{True} then this object
 describes direct colour in the sense of ISO/IEC 8613-6.
 @end defvar