Skip to content

Commit

Permalink
fixed typo in comment
Browse files Browse the repository at this point in the history
  • Loading branch information
kraih committed May 24, 2012
1 parent 6e2e1f0 commit 6b7ecee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Mojolicious/Plugin/Config.pm
Expand Up @@ -43,7 +43,7 @@ sub register {
$file
= $ENV{MOJO_EXE} ? basename($ENV{MOJO_EXE}) : decamelize($ENV{MOJO_APP});

# Replace ".pl" and ".t" with default extention
# Replace ".pl" and ".t" with default extension
$file =~ s/\.(?:pl|t)$//i;
$file .= '.' . ($conf->{ext} || 'conf');
}
Expand Down

0 comments on commit 6b7ecee

Please sign in to comment.