From: Patrick McCarty Date: Mon, 6 Jul 2009 06:11:06 +0000 (-0700) Subject: Typo fix X-Git-Tag: release/2.12.3-1~24 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=895328ffcf5332ba1fc554a8ff570cacc3214bd0;p=lilypond.git Typo fix (cherry picked from commit 07281aa51f297e0588358c6e4cad5af335b710e1) --- diff --git a/scripts/build/www_post.py b/scripts/build/www_post.py index c80e0f52f9..c568734c1b 100644 --- a/scripts/build/www_post.py +++ b/scripts/build/www_post.py @@ -46,7 +46,7 @@ for l in langdefs.LANGUAGES: for f, contents in static_files.items (): open (f, 'w').write (contents) -sys.stderr.write ("Mirrorring...\n") +sys.stderr.write ("Mirroring...\n") dirs, symlinks, files = mirrortree.walk_tree ( tree_roots = doc_dirs, process_dirs = outdir,