fix typo
Justin Hunter [Mon, 23 May 2011 23:06:30 +0000 (16:06 -0700)]
lib/DBIx/Class/ResultSource.pm

index 58eed49..83f4c8e 100644 (file)
@@ -1578,7 +1578,7 @@ sub _resolve_condition {
 
       # FIXME sanity check until things stabilize, remove at some point
       $self->throw_exception (
-        "A join-free condition returned for relationship '$relname' whithout a row-object to chain from"
+        "A join-free condition returned for relationship '$relname' without a row-object to chain from"
       ) unless $obj_rel;
 
       # FIXME another sanity check