diff --git a/gramps2/ChangeLog b/gramps2/ChangeLog
index 34ab11528..d7ead12df 100644
--- a/gramps2/ChangeLog
+++ b/gramps2/ChangeLog
@@ -1,3 +1,6 @@
+2006-10-28  Don Allingham  <don@gramps-project.org>
+	* src/plugins/FamilyGroup.py: fix typo
+
 2006-10-28  Alex Roitman  <shura@gramps-project.org>
 	* src/data/tips.xml.in: Replace -> with > 
 	* help/ru/ro.po: Add po file, to start translating the manual.
diff --git a/gramps2/src/plugins/FamilyGroup.py b/gramps2/src/plugins/FamilyGroup.py
index d5d8fc68e..c995c4112 100644
--- a/gramps2/src/plugins/FamilyGroup.py
+++ b/gramps2/src/plugins/FamilyGroup.py
@@ -384,7 +384,7 @@ class FamilyGroup(Report):
                     break
 
         if m or self.missingInfo:
-            self.doc.start_table("MarriageInfo"),'FGR-ParentTable')
+            self.doc.start_table("MarriageInfo",'FGR-ParentTable')
             self.doc.start_row()
             self.doc.start_cell('FGR-ParentHead',3)
             self.doc.start_paragraph('FGR-ParentName')