0.9.7.25:
[sbcl.git] / src / code / toplevel.lisp
index 830c1c2..13bd93e 100644 (file)
@@ -329,7 +329,7 @@ steppers to maintain contextual information.")
   (flet ((process-1 (string)
            (multiple-value-bind (expr pos) (read-from-string string)
              (unless (eq string (read-from-string string nil string :start pos))
-               (error "More the one expression in ~S" string))
+               (error "More than one expression in ~S" string))
              (eval expr)
              (flush-standard-output-streams))))
     (restart-case