From 895328ffcf5332ba1fc554a8ff570cacc3214bd0 Mon Sep 17 00:00:00 2001
From: Patrick McCarty <pnorcks@gmail.com>
Date: Sun, 5 Jul 2009 23:11:06 -0700
Subject: [PATCH] Typo fix (cherry picked from commit
 07281aa51f297e0588358c6e4cad5af335b710e1)

---
 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.5