From 173c687ec739c1e897cb2d3e07021d74a3d4ffd6 Mon Sep 17 00:00:00 2001 From: Alex Roitman Date: Thu, 13 Jan 2005 18:21:04 +0000 Subject: [PATCH] * src/Report.py: Typos. * src/plugins/WebPage.py: Typos. svn: r3910 --- ChangeLog | 4 ++++ src/Report.py | 2 +- src/plugins/WebPage.py | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index c5521bc59..65365d620 100644 --- a/ChangeLog +++ b/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/src/Report.py b/src/Report.py index 0d32a784c..e0b03fc61 100644 --- a/src/Report.py +++ b/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/src/plugins/WebPage.py b/src/plugins/WebPage.py index 8b40ba069..b6916a52c 100644 --- a/src/plugins/WebPage.py +++ b/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"))