aboutsummaryrefslogtreecommitdiff
path: root/gdb/doc/guile.texi
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/doc/guile.texi')
-rw-r--r--gdb/doc/guile.texi4
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/doc/guile.texi b/gdb/doc/guile.texi
index 7326186..a66e8bf 100644
--- a/gdb/doc/guile.texi
+++ b/gdb/doc/guile.texi
@@ -1478,7 +1478,7 @@ pretty-printer. Guile scalars (integers, floats, and booleans) and
strings are convertible to @code{<gdb:value>}; other types are not.
Finally, if this method returns @code{#f} then no further operations
-are peformed in this method and nothing is printed.
+are performed in this method and nothing is printed.
If the result is not one of these types, an exception is raised.
@@ -3907,7 +3907,7 @@ or @code{#f} in which case @var{printer} is added to the global list of
printers.
@end deffn
-@deffn {Scheme Procecure} append-pretty-printer! object printer
+@deffn {Scheme Procedure} append-pretty-printer! object printer
Add @var{printer} to the end of the list of pretty-printers for
@var{object}. The @var{object} must either be a @code{<gdb:objfile>} object,
or @code{#f} in which case @var{printer} is added to the global list of