Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
fix a few more typos
  • Loading branch information
kraih committed Jan 6, 2016
1 parent a46040e commit 2706d10
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion lib/Mojolicious/Command/cgi.pm
Expand Up @@ -37,7 +37,7 @@ Mojolicious::Command::cgi - CGI command
=head1 DESCRIPTION
L<Mojolicious::Command::cgi> starts applications with L<Mojo::Server::CGI>
L<Mojolicious::Command::cgi> starts applications with the L<Mojo::Server::CGI>
backend.
This is a core command, that means it is always enabled and its code a good
Expand Down
2 changes: 1 addition & 1 deletion lib/Mojolicious/Command/daemon.pm
Expand Up @@ -65,7 +65,7 @@ Mojolicious::Command::daemon - Daemon command
=head1 DESCRIPTION
L<Mojolicious::Command::daemon> starts applications with
L<Mojolicious::Command::daemon> starts applications with the
L<Mojo::Server::Daemon> backend.
This is a core command, that means it is always enabled and its code a good
Expand Down
2 changes: 1 addition & 1 deletion lib/Mojolicious/Command/prefork.pm
Expand Up @@ -83,7 +83,7 @@ Mojolicious::Command::prefork - Prefork command
=head1 DESCRIPTION
L<Mojolicious::Command::prefork> starts applications with
L<Mojolicious::Command::prefork> starts applications with the
L<Mojo::Server::Prefork> backend.
This is a core command, that means it is always enabled and its code a good
Expand Down
2 changes: 1 addition & 1 deletion lib/Mojolicious/Command/psgi.pm
Expand Up @@ -31,7 +31,7 @@ Mojolicious::Command::psgi - PSGI command
=head1 DESCRIPTION
L<Mojolicious::Command::psgi> starts applications with L<Mojo::Server::PSGI>
L<Mojolicious::Command::psgi> starts applications with the L<Mojo::Server::PSGI>
backend.
This is a core command, that means it is always enabled and its code a good
Expand Down

0 comments on commit 2706d10

Please sign in to comment.