Fixes Pod typo.
Olaf Alders [Thu, 13 Feb 2014 21:47:22 +0000 (16:47 -0500)]
lib/DBIx/Class/Storage/DBI/Replicated.pm

index 2f4caf8..648072c 100644 (file)
@@ -1094,7 +1094,7 @@ attribute:
 
   my $result = $resultset->search(undef, {force_pool=>'master'})->find($pk);
 
-This attribute will safely be ignore by non replicated storages, so you can use
+This attribute will safely be ignored by non replicated storages, so you can use
 the same code for both types of systems.
 
 Lastly, you can use the L</execute_reliably> method, which works very much like