more typo fixes
[gitmo/Moose.git] / t / 200_examples / 006_example_Protomoose.t
index b1e3f2a..6719e57 100644 (file)
@@ -41,9 +41,9 @@ Well cause merlyn asked if it could :)
     # the correct instance in the accessors
     
     sub find_instance {
-        my ($self, $canidate, $accessor_type) = @_;
+        my ($self, $candidate, $accessor_type) = @_;
         
-        my $instance = $canidate;
+        my $instance = $candidate;
         my $attr     = $self->associated_attribute;
         
         # if it is a class calling it ...