--- a/lib/Gedcom.pm
+++ b/lib/Gedcom.pm
@@ -901,7 +901,7 @@
I have not gone the whole hog with data encapsulation and such within
this module. Maybe I should have done. Maybe I will. For now though,
-the data is accessable though hash members. This is partly because
+the data is accessible though hash members. This is partly because
having functions to do this is a little slow, especially on my old
DECstation, and partly because of laziness again. I'm not too sure
whether this is good or bad laziness yet. Time will tell no doubt.
--- a/lib/Gedcom/Family.pm
+++ b/lib/Gedcom/Family.pm
@@ -173,7 +173,7 @@
Add the specified individual to the family in the appropriate position.
These functions also take care of the references from the individual
-back to the family, and are to be prefered to the low level addition
+back to the family, and are to be preferred to the low level addition
functions which do not do this.
=cut
--- a/lib/Gedcom/Comparison.pm
+++ b/lib/Gedcom/Comparison.pm
@@ -185,4 +185,3 @@
=head1 METHODS
-=end