Skip to content

Commit cb4e391

Browse files
committed
Fix typo
1 parent 5864406 commit cb4e391

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lisp/kernel/clos/conditions.lisp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -579,7 +579,7 @@ returns with NIL."
579579
((address :initarg :address :reader memory-condition-address))
580580
(:REPORT
581581
(lambda (condition stream)
582-
(format stream "Segmentation fault. Attempted to access resticted memory address #x~x.
582+
(format stream "Segmentation fault. Attempted to access restricted memory address #x~x.
583583
584584
This is due either to a problem in foreign code (e.g., C++), or a bug in Clasp itself."
585585
(memory-condition-address condition)))))

0 commit comments

Comments
 (0)