From: Justin Hunter <justin.d.hunter@gmail.com>
Date: Mon, 23 May 2011 23:06:30 +0000 (-0700)
Subject: fix typo
X-Git-Tag: v0.08193~35
X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=5e35b386e5db4433e028395819ed80924227417c;p=dbsrgits%2FDBIx-Class.git

fix typo
---

diff --git a/lib/DBIx/Class/ResultSource.pm b/lib/DBIx/Class/ResultSource.pm
index 58eed49..83f4c8e 100644
--- a/lib/DBIx/Class/ResultSource.pm
+++ b/lib/DBIx/Class/ResultSource.pm
@@ -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