From 090178c26737df469ba2475b42c25a949a566758 Mon Sep 17 00:00:00 2001 From: Patrick McCarty Date: Sun, 5 Jul 2009 23:11:06 -0700 Subject: [PATCH] Typo fix --- scripts/build/www_post.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, -- 2.39.2