Skip to content

Commit

Permalink
fix typo in deprecation message
Browse files Browse the repository at this point in the history
  • Loading branch information
kraih committed Jan 5, 2017
1 parent bbc6e0c commit 7221281
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Mojo/Home.pm
Expand Up @@ -54,7 +54,7 @@ sub parse { shift->parts([splitdir shift]) }
# DEPRECATED!
sub rel_dir {
deprecated
'Mojo::Home::rel_dir is DEPRECATED in favor of Mojo::Hom::rel_file';
'Mojo::Home::rel_dir is DEPRECATED in favor of Mojo::Home::rel_file';
catdir @{shift->parts}, split('/', shift);
}

Expand Down

0 comments on commit 7221281

Please sign in to comment.