Fix typo in warning
Cory G Watson [Wed, 7 Jun 2006 21:01:47 +0000 (21:01 +0000)]
lib/DBIx/Class/ResultSet.pm

index db246df..f998f92 100644 (file)
@@ -479,7 +479,7 @@ sub single {
   }
 
   unless ($self->_is_unique_query($attrs->{where})) {
-    carp "Query not guarnteed to return a single row"
+    carp "Query not guaranteed to return a single row"
       . "; please declare your unique constraints or use search instead";
   }