From 723ff82864fd5713d80862a9184576b43e3959a6 Mon Sep 17 00:00:00 2001 From: Reinhold Kainhofer Date: Sat, 22 Mar 2008 08:54:42 +0100 Subject: [PATCH] Fix typo in comment --- buildscripts/add_html_footer.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.39.5