Fix typos in comments and POD (RT#87140)
Dagfinn Ilmari Mannsåker [Wed, 27 May 2015 12:56:11 +0000 (13:56 +0100)]
Changes
lib/DBIx/Class/IntrospectableM2M.pm

diff --git a/Changes b/Changes
index ac920e8..89df557 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,3 +1,5 @@
+0.001002
+    - Fix typos in comments and POD (RT#87140)
 0.001001 November 08, 2008
     - ENOCPANPERMISSIONS
 0.001000 November 08, 2008
index 1a463a8..5d2ce6c 100644 (file)
@@ -18,7 +18,7 @@ sub many_to_many {
 
   my $attrs = {
     accessor => $meth_name,
-    relation => $link, #"link" table or imediate relation
+    relation => $link, #"link" table or immediate relation
     foreign_relation => $far_side, #'far' table or foreign relation
     (@_ > 3 ? (attrs => $_[3]) : ()), #only store if exist
     rs_method => "${meth_name}_rs",      #for completeness..
@@ -68,9 +68,9 @@ B<Note:> The component needs to be loaded I<before> Core.
 =head1 COMPATIBILITY NOTICE
 
 This module is fairly esoteric and, unless you are dynamically creating
-something out of of a DBIC Schema, is probably the wrong solution for
+something out of a DBIC Schema, is probably the wrong solution for
 whatever it is you are trying to do. Please be advised that compatibility
-is not guaranteed for DBIx::Class 0.09000+. We will try to mantain all
+is not guaranteed for DBIx::Class 0.09000+. We will try to manitain all
 compatibility, but internal changes might make it impossible.
 
 =head1 DESCRIPTION