]> git.donarmstrong.com Git - lilypond.git/commitdiff
Fix typo in comment
authorReinhold Kainhofer <reinhold@kainhofer.com>
Sat, 22 Mar 2008 07:54:42 +0000 (08:54 +0100)
committerReinhold Kainhofer <reinhold@kainhofer.com>
Sat, 22 Mar 2008 07:57:51 +0000 (08:57 +0100)
buildscripts/add_html_footer.py

index 7f30c94edca2ae4555372b7875a9906f6f71926d..47589baeeab4dc0536392a72039c4ff75e416228 100644 (file)
@@ -69,7 +69,7 @@ html_re = re.compile ('(.*?)(?:[.]([^/.]*))?[.]html$')
 pages_dict = {}
 
 def build_pages_dict (filelist):
-    """Build dictionnary of available translations of each page"""
+    """Build dictionary of available translations of each page"""
     global pages_dict
     for f in filelist:
         m = html_re.match (f)