From 31c48f9dde28281e6e695cc931a075adfc99b7f8 Mon Sep 17 00:00:00 2001 From: "Paul M. Rodriguez" Date: Fri, 15 Jul 2022 12:00:25 -0500 Subject: [PATCH] Fix error message --- ast-diff.lisp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ast-diff.lisp b/ast-diff.lisp index cd1b777..03af59a 100644 --- a/ast-diff.lisp +++ b/ast-diff.lisp @@ -3582,7 +3582,7 @@ Numerous options are provided to control presentation.") (write-string (apply #'call-next-method diff my your :stream nil args) stream) (error () - (format *error-output* "&Diff printing failure, faling back to raw diff~%") + (format *error-output* "~&Diff printing failure, falling back to raw diff~%") (format stream "~a" diff))))) (:method ((diff list) (my structured-text)