aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom de Vries <tdevries@suse.de>2025-03-06 22:41:32 +0100
committerTom de Vries <tdevries@suse.de>2025-03-06 22:41:32 +0100
commitab36ed51d171681c09ace5e199083a13125b21b2 (patch)
treec4a80d885be7203b02e245ac45f9e1a397ac2dd0
parent16b05b1aa45a92943d4b6fc8274f5c518591b78d (diff)
downloadbinutils-ab36ed51d171681c09ace5e199083a13125b21b2.zip
binutils-ab36ed51d171681c09ace5e199083a13125b21b2.tar.gz
binutils-ab36ed51d171681c09ace5e199083a13125b21b2.tar.bz2
[gdb/doc] Fix typos in python.texi
Fix typos: ... atribute ==> attribute ...
-rw-r--r--gdb/doc/python.texi6
1 files changed, 3 insertions, 3 deletions
diff --git a/gdb/doc/python.texi b/gdb/doc/python.texi
index a682132..0dbb37b 100644
--- a/gdb/doc/python.texi
+++ b/gdb/doc/python.texi
@@ -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