diff --git a/gramps2/ChangeLog b/gramps2/ChangeLog index c5521bc59..65365d620 100644 --- a/gramps2/ChangeLog +++ b/gramps2/ChangeLog @@ -1,3 +1,7 @@ +2005-01-13 Alex Roitman + * src/Report.py: Typos. + * src/plugins/WebPage.py: Typos. + 2005-01-13 Martin Hawlisch * src/plugins/Check.py: Typos. diff --git a/gramps2/src/Report.py b/gramps2/src/Report.py index 0d32a784c..e0b03fc61 100644 --- a/gramps2/src/Report.py +++ b/gramps2/src/Report.py @@ -1261,7 +1261,7 @@ class ReportDialog(BareReportDialog): self.template_combo.append_text(template) if _template_map[template] == template_name: active_index = template_index - template_idex = templatex_index + 1 + template_index = template_index + 1 self.template_combo.append_text(_user_template) self.template_combo.connect('changed',self.html_file_enable) diff --git a/gramps2/src/plugins/WebPage.py b/gramps2/src/plugins/WebPage.py index 8b40ba069..b6916a52c 100644 --- a/gramps2/src/plugins/WebPage.py +++ b/gramps2/src/plugins/WebPage.py @@ -1387,7 +1387,7 @@ class WebReportOptions(ReportOptions.ReportOptions): self.ind_template.append_text(template) if Report._template_map[template] == ind_template_name: active_index = template_index - template_idex = templatex_index + 1 + template_index = template_index + 1 self.ind_template.append_text(Report._user_template) self.ind_user_template = gnome.ui.FileEntry("HTML_Template",_("Choose File"))