From: Dave Rolsky Date: Thu, 17 Jun 2010 19:46:09 +0000 (-0500) Subject: Small typo fix in test instructions X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=d147eba502631bffa58b54441c616bc1a75038ec;p=gitmo%2Fmoose-presentations.git Small typo fix in test instructions --- diff --git a/moose-class/exercises/t/02-roles.t b/moose-class/exercises/t/02-roles.t index 4d1fea4..bb26e15 100644 --- a/moose-class/exercises/t/02-roles.t +++ b/moose-class/exercises/t/02-roles.t @@ -14,7 +14,7 @@ # # Balance cannot be negative # -# Make the Person class consumes this role as well. +# Make the Person class consumes thi role as well. # # Make sure all roles are free of Moose droppings.