From 5f024d5d2bf8e5663bed4632ede823db5766a631 Mon Sep 17 00:00:00 2001 From: Peter Landgren Date: Wed, 19 Aug 2009 11:05:36 +0000 Subject: [PATCH] Typo svn: r13072 --- src/plugins/webreport/NarrativeWeb.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plugins/webreport/NarrativeWeb.py b/src/plugins/webreport/NarrativeWeb.py index 37848d7bf..162c73706 100644 --- a/src/plugins/webreport/NarrativeWeb.py +++ b/src/plugins/webreport/NarrativeWeb.py @@ -3133,7 +3133,7 @@ class IndividualPage(BasePage): will create the "Source References" section for a person """ - for sref in self.person.get_source_referemces(): + for sref in self.person.get_source_references(): self.bibli.add_reference(sref) sourcerefs = self.display_source_refs(self.bibli)