From: Matt Phillips Date: Mon, 30 Jan 2012 02:17:52 +0000 (-0500) Subject: Comment typo X-Git-Tag: v0.08197~122 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=8b280eeeb8816bdd5377efe9beec81312bd9b2e5;p=dbsrgits%2FDBIx-Class.git Comment typo --- diff --git a/t/101populate_rs.t b/t/101populate_rs.t index 5de0b4f..46368f3 100644 --- a/t/101populate_rs.t +++ b/t/101populate_rs.t @@ -3,7 +3,7 @@ ## ## GOALS: We need to test the method for both void and array context for all ## the following relationship types: belongs_to, has_many. Additionally we -## need to each each of those for both specified PK's and autogenerated PK's +## need to test each of those for both specified PK's and autogenerated PK's ## ## Also need to test some stuff that should generate errors. ## ----------------------------------------------------------------------------