From 54e9a52955536f2cdb736a35bd019f2e30cf669d Mon Sep 17 00:00:00 2001 From: Norbert Preining Date: Tue, 17 Sep 2024 13:28:56 +0900 Subject: [PATCH] Try fixing format error --- chaos/tram/tram.lisp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/chaos/tram/tram.lisp b/chaos/tram/tram.lisp index 286fc8e6..2a947dd4 100644 --- a/chaos/tram/tram.lisp +++ b/chaos/tram/tram.lisp @@ -276,8 +276,7 @@ (update-lowest-parse res) res))))) (t (with-output-panic-message () - (format t "Unkonwn TRAM term ~s is returned.~ -~% This can happen if signature is not regular..." + (format t "Unknown TRAM term ~s is returned. This can happen if signature is not regular..." tram-term) (when (get-context-module) (context-pop-and-recover))