summaryrefslogtreecommitdiff
path: root/libguile/backtrace.c
diff options
context:
space:
mode:
authorNeil Jerram <neil@ossau.uklinux.net>2002-03-15 10:37:40 +0000
committerNeil Jerram <neil@ossau.uklinux.net>2002-03-15 10:37:40 +0000
commitbb2c02f2374f85621aebb3bc016c53232ab80b20 (patch)
tree59658b840a865b4441df7b13aca6bee7be06cf49 /libguile/backtrace.c
parent3939e9df35e397a4a8f969275a9ad031e95d9cad (diff)
downloadguile-bb2c02f2374f85621aebb3bc016c53232ab80b20.tar.gz
Small docstring fixes.
Diffstat (limited to 'libguile/backtrace.c')
-rw-r--r--libguile/backtrace.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libguile/backtrace.c b/libguile/backtrace.c
index 01ef26bbf..568e2b9f3 100644
--- a/libguile/backtrace.c
+++ b/libguile/backtrace.c
@@ -259,7 +259,7 @@ SCM_DEFINE (scm_display_error, "display-error", 6, 0, 0,
(SCM stack, SCM port, SCM subr, SCM message, SCM args, SCM rest),
"Display an error message to the output port @var{port}.\n"
"@var{stack} is the saved stack for the error, @var{subr} is\n"
- "the name of the procedure in which the error occured and\n"
+ "the name of the procedure in which the error occurred and\n"
"@var{message} is the actual error message, which may contain\n"
"formatting instructions. These will format the arguments in\n"
"the list @var{args} accordingly. @var{rest} is currently\n"