From: Reinhold Kainhofer Date: Sat, 22 Mar 2008 07:54:42 +0000 (+0100) Subject: Fix typo in comment X-Git-Tag: release/2.11.43-2~3^2~4 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=723ff82864fd5713d80862a9184576b43e3959a6;p=lilypond.git Fix typo in comment --- diff --git a/buildscripts/add_html_footer.py b/buildscripts/add_html_footer.py index 7f30c94edc..47589baeea 100644 --- a/buildscripts/add_html_footer.py +++ b/buildscripts/add_html_footer.py @@ -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)