From 8481121dcbb390a54d81566dc2518b3c321c1101 Mon Sep 17 00:00:00 2001 From: Alex Roitman Date: Mon, 16 Jul 2007 16:29:45 +0000 Subject: [PATCH] 2007-07-16 Alex Roitman * src/Filters/Rules/Person/Makefile.am (pkgdata_PYTHON): Typo. svn: r8717 --- ChangeLog | 3 +++ src/Filters/Rules/Person/Makefile.am | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index efe93ffb6..1e0ce29ba 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,6 @@ +2007-07-16 Alex Roitman + * src/Filters/Rules/Person/Makefile.am (pkgdata_PYTHON): Typo. + 2007-07-10 Alex Roitman * src/GrampsDb/_ReadXML.py (start_compound_date): Add new method; (start_datespan): Add new method. diff --git a/src/Filters/Rules/Person/Makefile.am b/src/Filters/Rules/Person/Makefile.am index 91ef8c16c..4d3d27370 100644 --- a/src/Filters/Rules/Person/Makefile.am +++ b/src/Filters/Rules/Person/Makefile.am @@ -49,7 +49,7 @@ pkgdata_PYTHON = \ _IsSpouseOfFilterMatch.py \ _IsWitness.py \ _MatchesFilter.py \ - _PissingParent.py \ + _MissingParent.py \ _MultipleMarriages.py \ _NeverMarried.py \ _NoBirthdate.py \