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 \