0.6.11.10:
[sbcl.git] / src / code / module.lisp
index 7091233..59835d3 100644 (file)
@@ -90,5 +90,5 @@
     (t (error 'simple-type-error
              :datum name
              :expected-type '(or string symbol)
-             :format-control "Module name must be a string or symbol -- ~S."
+             :format-control "Module name must be a string or symbol: ~S"
              :format-arguments (list name)))))