Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
fixed typo in comment
  • Loading branch information
kraih committed Sep 20, 2012
1 parent 4c27287 commit 4b303b2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Changes
@@ -1,5 +1,5 @@

3.43 2012-09-19
3.43 2012-09-21
- Improved Hypnotoad to clean up old PID files containing a 0.
(coffeemonster)
- Improved documentation.
Expand Down
2 changes: 1 addition & 1 deletion lib/Mojolicious/Plugins.pm
Expand Up @@ -33,7 +33,7 @@ sub emit_hook_reverse {
sub load_plugin {
my ($self, $name) = @_;

# Try all namspaces
# Try all namespaces
my $class = $name =~ /^[a-z]/ ? camelize($name) : $name;
for my $namespace (@{$self->namespaces}) {
my $module = "${namespace}::$class";
Expand Down

0 comments on commit 4b303b2

Please sign in to comment.