From 062bb88657eb96492a46ca853369135eed467526 Mon Sep 17 00:00:00 2001 From: Julien Rioux Date: Sun, 15 Jan 2012 12:35:43 -0500 Subject: [PATCH] lilypond-book: Typo in output. --- python/book_snippets.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/python/book_snippets.py b/python/book_snippets.py index e3fc2eff95..5e6bc4e71e 100644 --- a/python/book_snippets.py +++ b/python/book_snippets.py @@ -601,7 +601,7 @@ class LilypondSnippet (Snippet): existing = open (filename, 'r').read () if self.relevant_contents (existing) != self.relevant_contents (self.full_ly ()): - warning ("%s: duplicate filename but different contents of orginal file,\n\ + warning ("%s: duplicate filename but different contents of original file,\n\ printing diff against existing file." % filename) ly.stderr_write (self.filter_pipe (self.full_ly (), 'diff -u %s -' % filename)) else: @@ -903,7 +903,7 @@ class MusicXMLFileSnippet (LilypondFileSnippet): if os.path.exists (xmlfilename): diff_against_existing = self.filter_pipe (self.contents, 'diff -u %s - ' % xmlfilename) if diff_against_existing: - warning (_ ("%s: duplicate filename but different contents of orginal file,\n\ + warning (_ ("%s: duplicate filename but different contents of original file,\n\ printing diff against existing file.") % xmlfilename) ly.stderr_write (diff_against_existing) else: -- 2.39.5