From: David Steinbrunner <dsteinbrunner@pobox.com>
Date: Wed, 7 Aug 2013 23:30:05 +0000 (-0400)
Subject: typo fixes
X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=8f6afecee28a1e29a52f501ee1fa39c8e72381bb;p=dbsrgits%2FDBIx-Class-Historic.git

typo fixes
---

diff --git a/lib/DBIx/Class/Storage/DBI/Replicated.pm b/lib/DBIx/Class/Storage/DBI/Replicated.pm
index 8b873ed..6d587ec 100644
--- a/lib/DBIx/Class/Storage/DBI/Replicated.pm
+++ b/lib/DBIx/Class/Storage/DBI/Replicated.pm
@@ -643,8 +643,8 @@ around connect_replicants => sub {
 
 =head2 all_storages
 
-Returns an array of of all the connected storage backends.  The first element
-in the returned array is the master, and the remainings are each of the
+Returns an array of all the connected storage backends.  The first element
+in the returned array is the master, and the rest are each of the
 replicants.
 
 =cut
@@ -1117,8 +1117,8 @@ using the Schema clone method.
 
 Based on code originated by:
 
-  Norbert Csongrádi <bert@cpan.org>
-  Peter Siklósi <einon@einon.hu>
+  Norbert Csongr�di <bert@cpan.org>
+  Peter Sikl�si <einon@einon.hu>
 
 =head1 LICENSE