chiark / gitweb /
dot/lisp-init.lisp: Spell `Swank''s name with a capital letter.
[profile] / dot / lisp-init.lisp
index 845aa5e85f5c7b16773131dce0234200fca6cf27..44af5fe214145f33754b34320e96e2eb08542b15 100644 (file)
@@ -126,7 +126,7 @@ (set-dispatch-macro-character
    (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")))