From 0a3c4f53bed8a999d8486e8a483e81df0126e737 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Kochma=C5=84ski?= Date: Thu, 9 Mar 2023 13:56:48 +0100 Subject: [PATCH] cosmetic: fix a typo --- src/cmp/cmpmain.lsp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cmp/cmpmain.lsp b/src/cmp/cmpmain.lsp index f3080a20f..468736910 100644 --- a/src/cmp/cmpmain.lsp +++ b/src/cmp/cmpmain.lsp @@ -38,7 +38,7 @@ (setf base (list (truename output) (truename base))) (progn (delete-file base) (setf base nil))))) (unless base - (error "Unable to create temporay file~%~ + (error "Unable to create temporary file~%~ ~AXXXXXX Make sure you have enough free space in disk, check permissions or set~%~ the environment variable TMPDIR to a different value." template))