From 0649898c1acab55ae463a47a64b3cfa0110f109d Mon Sep 17 00:00:00 2001 From: Reinhold Kainhofer Date: Sun, 12 Apr 2009 00:31:09 +0200 Subject: [PATCH] Fix typo --- scm/lily.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scm/lily.scm b/scm/lily.scm index 360e694053..d62c70bb0f 100644 --- a/scm/lily.scm +++ b/scm/lily.scm @@ -688,7 +688,7 @@ PIDs or the number of the process." (if separate-logs (ly:stderr-redirect (format "~a.log" base) "w")) (if ping-log - (format ping-log "Procesing ~a\n" base)) + (format ping-log "Processing ~a\n" base)) (if (ly:get-option 'trace-memory-frequency) (mtrace:start-trace (ly:get-option 'trace-memory-frequency))) (lilypond-file handler x) -- 2.39.2