Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Minor typo fix
  • Loading branch information
Tadeusz Sośnierz committed May 30, 2011
1 parent 7845bc1 commit e127457
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Perl6/Metamodel/ClassHOW.pm
Expand Up @@ -46,7 +46,7 @@ class Perl6::Metamodel::ClassHOW
$obj
}

# Whle we normally end up locating methods through the method cache,
# While we normally end up locating methods through the method cache,
# this is here as a fallback.
method find_method($obj, $name) {
for self.mro($obj) {
Expand Down

0 comments on commit e127457

Please sign in to comment.