]> git.donarmstrong.com Git - lilypond.git/commitdiff
Fix typo
authorReinhold Kainhofer <reinhold@kainhofer.com>
Sat, 11 Apr 2009 22:31:09 +0000 (00:31 +0200)
committerReinhold Kainhofer <reinhold@kainhofer.com>
Sat, 2 May 2009 18:08:12 +0000 (20:08 +0200)
scm/lily.scm

index 360e694053fafaf1b6a59b0110d6e6182f305b21..d62c70bb0ff471637ce3aabe05f7c01fc40e1295 100644 (file)
@@ -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)