From: Devin Austin Date: Wed, 28 Jan 2009 11:06:08 +0000 (+0000) Subject: Fixed spelling error X-Git-Tag: v0.08240~166 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=672687dbdea3bdc3c25003713f8dd459d5bea615;p=dbsrgits%2FDBIx-Class.git Fixed spelling error --- diff --git a/lib/DBIx/Class/Schema.pm b/lib/DBIx/Class/Schema.pm index 02c48de..9222f80 100644 --- a/lib/DBIx/Class/Schema.pm +++ b/lib/DBIx/Class/Schema.pm @@ -89,7 +89,7 @@ loads them into the appropriate Result classes using for you. The matching is done by assuming the package name of the ResultSet class is the same as that of the Result class. -You will be warned if ResulSet classes are discovered for which there +You will be warned if ResultSet classes are discovered for which there are no matching Result classes like this: load_namespaces found ResultSet class $classname with no corresponding Result class