dot/lisp-init.lisp: Spell `Swank''s name with a capital letter.
authorMark Wooding <mdw@distorted.org.uk>
Sun, 9 Aug 2020 03:33:23 +0000 (04:33 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Sun, 9 Aug 2020 03:34:42 +0000 (04:34 +0100)
dot/lisp-init.lisp

index 845aa5e..44af5fe 100644 (file)
    (declare (ignore char arg))
    (values (read-line stream))))
 
-;; Start up swank.
+;; Start up Swank.
 (export 'crank-swank)
 (defun crank-swank (&rest args)
   (let ((swank (find-package "SWANK")))