From: Reinhold Kainhofer Date: Sat, 11 Apr 2009 22:31:09 +0000 (+0200) Subject: Fix typo X-Git-Tag: release/2.13.1-1~7^2~11^2 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=0649898c1acab55ae463a47a64b3cfa0110f109d;p=lilypond.git Fix typo --- 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)