From e33edd60465a02be00085e2c218de362a754e242 Mon Sep 17 00:00:00 2001 From: Mark Wooding Date: Sun, 9 Aug 2020 04:33:23 +0100 Subject: [PATCH] dot/lisp-init.lisp: Spell `Swank''s name with a capital letter. --- dot/lisp-init.lisp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dot/lisp-init.lisp b/dot/lisp-init.lisp index 845aa5e..44af5fe 100644 --- a/dot/lisp-init.lisp +++ b/dot/lisp-init.lisp @@ -126,7 +126,7 @@ (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"))) -- 2.11.0