From: Daniel Westermann-Clark <danieltwc@cpan.org>
Date: Tue, 18 Apr 2006 16:15:14 +0000 (-0400)
Subject: Typo
X-Git-Tag: v0.07002~75^2~237^2~1
X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=20c57f58acd5d3e32a67ea0a4f62381ec84fb212;p=dbsrgits%2FDBIx-Class.git

Typo
---

diff --git a/lib/DBIx/Class/ResultSet.pm b/lib/DBIx/Class/ResultSet.pm
index 0adc920..ccedbbf 100644
--- a/lib/DBIx/Class/ResultSet.pm
+++ b/lib/DBIx/Class/ResultSet.pm
@@ -362,7 +362,7 @@ sub find {
 
 # _unique_hash
 #
-# Constrain the specified hash based on the specific column names.
+# Constrain the specified hash based on the specified column names.
 
 sub _unique_hash {
   my ($self, $hash, $unique_cols) = @_;