[gdb/python] Fix typos

Fix typos:
...
gdb/python/py-framefilter.c:749: indention ==> indentation
gdb/python/py-framefilter.c:837: indention ==> indentation
gdb/python/py-lazy-string.c:35: sting ==> string
gdb/python/py-progspace.c:119: Retun ==> Return
gdb/python/py-progspace.c:139: Retun ==> Return
...
This commit is contained in:
Tom de Vries
2025-03-06 23:21:54 +01:00
parent ccf9089658
commit 586ccf7822
3 changed files with 5 additions and 5 deletions

View File

@@ -32,7 +32,7 @@ struct lazy_string_object {
/* Holds the encoding that will be applied to the string
when the string is printed by GDB. If the encoding is set
to None then GDB will select the most appropriate
encoding when the sting is printed. */
encoding when the string is printed. */
char *encoding;
/* If TYPE is an array: If the length is known, then this value is the