Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Scratch misspelling OCD itch
  • Loading branch information
lizmat committed Jul 21, 2013
1 parent 364e2a3 commit a1e237b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/Perl6/Optimizer.nqp
Expand Up @@ -459,7 +459,7 @@ class Perl6::Optimizer {
}
}
elsif $ct_result_proto == -1 || @ct_result_multi[0] == -1 {
self.report_innevitable_dispatch_failure($op, @types, @flags, $obj,
self.report_inevitable_dispatch_failure($op, @types, @flags, $obj,
:protoguilt($ct_result_proto == -1));
}
}
Expand All @@ -482,7 +482,7 @@ class Perl6::Optimizer {
}
}
elsif $ct_result == -1 {
self.report_innevitable_dispatch_failure($op, @types, @flags, $obj);
self.report_inevitable_dispatch_failure($op, @types, @flags, $obj);
}
}
}
Expand Down Expand Up @@ -639,7 +639,7 @@ class Perl6::Optimizer {
[@types, @flags]
}

method report_innevitable_dispatch_failure($op, @types, @flags, $obj, :$protoguilt) {
method report_inevitable_dispatch_failure($op, @types, @flags, $obj, :$protoguilt) {
my @arg_names;
my int $i := 0;
while $i < +@types {
Expand Down

0 comments on commit a1e237b

Please sign in to comment.