From: Wallace Reis Date: Thu, 27 Mar 2008 02:35:48 +0000 (+0000) Subject: fixed typos X-Git-Tag: v0.08240~495 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=dbsrgits%2FDBIx-Class.git;a=commitdiff_plain;h=6264db979f72eae9a0de1b314812fbf5a6fc058f fixed typos --- diff --git a/lib/DBIx/Class/Relationship/Base.pm b/lib/DBIx/Class/Relationship/Base.pm index c0c74c7..10eebcd 100644 --- a/lib/DBIx/Class/Relationship/Base.pm +++ b/lib/DBIx/Class/Relationship/Base.pm @@ -208,7 +208,7 @@ sub search_related { ( $objects_rs ) = $rs->search_related_rs('relname', $cond, $attrs); This method works exactly the same as search_related, except that -it garauntees a restultset, even in list context. +it guarantees a restultset, even in list context. =cut diff --git a/lib/DBIx/Class/ResultSet.pm b/lib/DBIx/Class/ResultSet.pm index 3f2ee30..b4f33ce 100644 --- a/lib/DBIx/Class/ResultSet.pm +++ b/lib/DBIx/Class/ResultSet.pm @@ -499,7 +499,7 @@ sub search_related { =head2 search_related_rs This method works exactly the same as search_related, except that -it garauntees a restultset, even in list context. +it guarantees a restultset, even in list context. =cut