summaryrefslogtreecommitdiff
path: root/doc/ref/scheme-debug.texi
diff options
context:
space:
mode:
authorThien-Thi Nguyen <ttn@gnuvola.org>2002-01-08 08:29:00 +0000
committerThien-Thi Nguyen <ttn@gnuvola.org>2002-01-08 08:29:00 +0000
commit85a9b4ed19deecb22be379bd54f08e7edaf78ae1 (patch)
treed865d7dbe45dac7b5b12056647f8d5b57b06ec81 /doc/ref/scheme-debug.texi
parent3969f6ca0639bc5fa9898d076a55e3488617fb25 (diff)
downloadguile-85a9b4ed19deecb22be379bd54f08e7edaf78ae1.tar.gz
Spell check.
Diffstat (limited to 'doc/ref/scheme-debug.texi')
-rw-r--r--doc/ref/scheme-debug.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ref/scheme-debug.texi b/doc/ref/scheme-debug.texi
index c6a92130e..602fecf3f 100644
--- a/doc/ref/scheme-debug.texi
+++ b/doc/ref/scheme-debug.texi
@@ -10,7 +10,7 @@
@deffnx {C Function} scm_display_error (stack, port, subr, message, args, rest)
Display an error message to the output port @var{port}.
@var{stack} is the saved stack for the error, @var{subr} is
-the name of the procedure in which the error occured and
+the name of the procedure in which the error occurred and
@var{message} is the actual error message, which may contain
formatting instructions. These will format the arguments in
the list @var{args} accordingly. @var{rest} is currently