X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=src%2Fcode%2Ferror.lisp;h=0e663cf57225df24c877367a294c17dae8d79ab7;hb=355e6c09a8f7f528a838f7a50b99ad77811b51a2;hp=a7b2f9a73757b069ec374ce328ef66afd3c4b1bd;hpb=a7409fa0a69f733ea2460a1aeddbe04b5c4c0888;p=sbcl.git diff --git a/src/code/error.lisp b/src/code/error.lisp index a7b2f9a..0e663cf 100644 --- a/src/code/error.lisp +++ b/src/code/error.lisp @@ -178,7 +178,7 @@ (define-condition breakpoint-error (system-condition error) () (:report (lambda (condition stream) - (format stream "Uhandled breakpoint/trap at #x~X." + (format stream "Unhandled breakpoint/trap at #x~X." (system-condition-address condition))))) (define-condition interactive-interrupt (system-condition serious-condition) ()