fix typo
David Kamholz [Wed, 5 Jul 2006 19:42:28 +0000 (19:42 +0000)]
Changes

diff --git a/Changes b/Changes
index 3ef8e22..b21d780 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,7 +1,7 @@
 Revision history for DBIx::Class
 
 0.06999_05 2006-07-04 14:40:01
-        - fix issue with incorrect $rs->{attrs}{$alias}
+        - fix issue with incorrect $rs->{attrs}{alias}
         - fix subclassing issue with source_name
         - tweak quotes test to output text on failure
         - fix Schema->txn_do to not fail as a classmethod