Skip to content

Commit

Permalink
fixed many typos
Browse files Browse the repository at this point in the history
  • Loading branch information
kraih committed Sep 22, 2011
1 parent c3238e8 commit 7a77b78
Show file tree
Hide file tree
Showing 99 changed files with 163 additions and 167 deletions.
4 changes: 2 additions & 2 deletions README.pod
Expand Up @@ -82,7 +82,7 @@ code into a file and start it with C<morbo>.
$ curl http://127.0.0.1:3000/
Hello World!

=head2 Duct Tape For The HTML5 Web
=head2 Duct tape for the HTML5 web

Web development for humans, making hard things possible and everything fun.

Expand Down Expand Up @@ -134,7 +134,7 @@ Web development for humans, making hard things possible and everything fun.
Single file prototypes like this one can easily grow into well-structured
applications.

=head2 Want To Know More?
=head2 Want to know more?

Take a look at our excellent documentation at L<http://mojolicio.us/perldoc>!

Expand Down
2 changes: 1 addition & 1 deletion lib/Mojo.pm
Expand Up @@ -49,7 +49,7 @@ __END__
=head1 NAME
Mojo - The Duct Tape!
Mojo - The duct tape!
=head1 SYNOPSIS
Expand Down
2 changes: 1 addition & 1 deletion lib/Mojo/Asset.pm
Expand Up @@ -19,7 +19,7 @@ __END__
=head1 NAME
Mojo::Asset - Asset Base Class
Mojo::Asset - Asset base class
=head1 SYNOPSIS
Expand Down
2 changes: 1 addition & 1 deletion lib/Mojo/Asset/File.pm
Expand Up @@ -176,7 +176,7 @@ __END__
=head1 NAME
Mojo::Asset::File - File Asset
Mojo::Asset::File - File asset
=head1 SYNOPSIS
Expand Down
2 changes: 1 addition & 1 deletion lib/Mojo/Asset/Memory.pm
Expand Up @@ -60,7 +60,7 @@ __END__
=head1 NAME
Mojo::Asset::Memory - In-Memory Asset
Mojo::Asset::Memory - In-memory asset
=head1 SYNOPSIS
Expand Down
2 changes: 1 addition & 1 deletion lib/Mojo/Base.pm
Expand Up @@ -135,7 +135,7 @@ __END__
=head1 NAME
Mojo::Base - Minimal Base Class For Mojo Projects
Mojo::Base - Minimal base class for Mojo projects
=head1 SYNOPSIS
Expand Down
2 changes: 1 addition & 1 deletion lib/Mojo/Cache.pm
Expand Up @@ -30,7 +30,7 @@ __END__
=head1 NAME
Mojo::Cache - Naive In-Memory Cache
Mojo::Cache - Naive in-memory cache
=head1 SYNOPSIS
Expand Down
2 changes: 1 addition & 1 deletion lib/Mojo/Command.pm
Expand Up @@ -307,7 +307,7 @@ __END__
=head1 NAME
Mojo::Command - Command Base Class
Mojo::Command - Command base class
=head1 SYNOPSIS
Expand Down
2 changes: 1 addition & 1 deletion lib/Mojo/Content.pm
Expand Up @@ -422,7 +422,7 @@ __END__
=head1 NAME
Mojo::Content - HTTP 1.1 Content Base Class
Mojo::Content - HTTP 1.1 content base class
=head1 SYNOPSIS
Expand Down
2 changes: 1 addition & 1 deletion lib/Mojo/Content/MultiPart.pm
Expand Up @@ -242,7 +242,7 @@ __END__
=head1 NAME
Mojo::Content::MultiPart - HTTP 1.1 MultiPart Content Container
Mojo::Content::MultiPart - HTTP 1.1 multipart content container
=head1 SYNOPSIS
Expand Down
2 changes: 1 addition & 1 deletion lib/Mojo/Content/Single.pm
Expand Up @@ -90,7 +90,7 @@ __END__
=head1 NAME
Mojo::Content::Single - HTTP 1.1 Content Container
Mojo::Content::Single - HTTP 1.1 content container
=head1 SYNOPSIS
Expand Down
2 changes: 1 addition & 1 deletion lib/Mojo/Cookie.pm
Expand Up @@ -83,7 +83,7 @@ __END__
=head1 NAME
Mojo::Cookie - HTTP 1.1 Cookie Base Class
Mojo::Cookie - HTTP 1.1 cookie base class
=head1 SYNOPSIS
Expand Down
2 changes: 1 addition & 1 deletion lib/Mojo/Cookie/Request.pm
Expand Up @@ -70,7 +70,7 @@ __END__
=head1 NAME
Mojo::Cookie::Request - HTTP 1.1 Request Cookie Container
Mojo::Cookie::Request - HTTP 1.1 request cookie container
=head1 SYNOPSIS
Expand Down
2 changes: 1 addition & 1 deletion lib/Mojo/Cookie/Response.pm
Expand Up @@ -110,7 +110,7 @@ __END__
=head1 NAME
Mojo::Cookie::Response - HTTP 1.1 Response Cookie Container
Mojo::Cookie::Response - HTTP 1.1 response cookie container
=head1 SYNOPSIS
Expand Down
2 changes: 1 addition & 1 deletion lib/Mojo/CookieJar.pm
Expand Up @@ -122,7 +122,7 @@ __END__
=head1 NAME
Mojo::CookieJar - Cookie Jar For HTTP 1.1 User Agents
Mojo::CookieJar - Cookie jar for HTTP 1.1 user agents
=head1 SYNOPSIS
Expand Down
2 changes: 1 addition & 1 deletion lib/Mojo/DOM.pm
Expand Up @@ -435,7 +435,7 @@ __END__
=head1 NAME
Mojo::DOM - Minimalistic HTML5/XML DOM Parser With CSS3 Selectors
Mojo::DOM - Minimalistic HTML5/XML DOM parser with CSS3 selectors
=head1 SYNOPSIS
Expand Down
2 changes: 1 addition & 1 deletion lib/Mojo/DOM/CSS.pm
Expand Up @@ -468,7 +468,7 @@ __END__
=head1 NAME
Mojo::DOM::CSS - CSS3 Selector Engine
Mojo::DOM::CSS - CSS3 selector engine
=head1 SYNOPSIS
Expand Down
2 changes: 1 addition & 1 deletion lib/Mojo/DOM/HTML.pm
Expand Up @@ -429,7 +429,7 @@ __END__
=head1 NAME
Mojo::DOM::HTML - HTML5/XML Engine
Mojo::DOM::HTML - HTML5/XML engine
=head1 SYNOPSIS
Expand Down
2 changes: 1 addition & 1 deletion lib/Mojo/Date.pm
Expand Up @@ -113,7 +113,7 @@ __END__
=head1 NAME
Mojo::Date - HTTP 1.1 Date Container
Mojo::Date - HTTP 1.1 date container
=head1 SYNOPSIS
Expand Down
2 changes: 1 addition & 1 deletion lib/Mojo/Exception.pm
Expand Up @@ -215,7 +215,7 @@ __END__
=head1 NAME
Mojo::Exception - Exceptions With Context
Mojo::Exception - Exceptions with context
=head1 SYNOPSIS
Expand Down
2 changes: 1 addition & 1 deletion lib/Mojo/Home.pm
Expand Up @@ -140,7 +140,7 @@ __END__
=head1 NAME
Mojo::Home - Detect And Access The Project Root Directory In Mojo
Mojo::Home - Detect and access the project root directory in Mojo
=head1 SYNOPSIS
Expand Down
2 changes: 1 addition & 1 deletion lib/Mojo/IOLoop.pm
Expand Up @@ -416,7 +416,7 @@ __END__
=head1 NAME
Mojo::IOLoop - Minimalistic Reactor For Non-Blocking TCP Clients And Servers
Mojo::IOLoop - Minimalistic reactor for non-blocking TCP clients and servers
=head1 SYNOPSIS
Expand Down
2 changes: 1 addition & 1 deletion lib/Mojo/IOLoop/Client.pm
Expand Up @@ -161,7 +161,7 @@ __END__
=head1 NAME
Mojo::IOLoop::Client - IOLoop Socket Client
Mojo::IOLoop::Client - IOLoop socket client
=head1 SYNOPSIS
Expand Down
2 changes: 1 addition & 1 deletion lib/Mojo/IOLoop/EventEmitter.pm
Expand Up @@ -73,7 +73,7 @@ __END__
=head1 NAME
Mojo::IOLoop::EventEmitter - IOLoop Event Emitter
Mojo::IOLoop::EventEmitter - IOLoop event emitter
=head1 SYNOPSIS
Expand Down
2 changes: 1 addition & 1 deletion lib/Mojo/IOLoop/Resolver.pm
Expand Up @@ -343,7 +343,7 @@ __END__
=head1 NAME
Mojo::IOLoop::Resolver - IOLoop DNS Stub Resolver
Mojo::IOLoop::Resolver - IOLoop DNS stub resolver
=head1 SYNOPSIS
Expand Down
2 changes: 1 addition & 1 deletion lib/Mojo/IOLoop/Server.pm
Expand Up @@ -262,7 +262,7 @@ __END__
=head1 NAME
Mojo::IOLoop::Server - IOLoop Socket Server
Mojo::IOLoop::Server - IOLoop socket server
=head1 SYNOPSIS
Expand Down
2 changes: 1 addition & 1 deletion lib/Mojo/IOLoop/Stream.pm
Expand Up @@ -153,7 +153,7 @@ __END__
=head1 NAME
Mojo::IOLoop::Stream - IOLoop Stream
Mojo::IOLoop::Stream - IOLoop stream
=head1 SYNOPSIS
Expand Down
2 changes: 1 addition & 1 deletion lib/Mojo/IOLoop/Trigger.pm
Expand Up @@ -30,7 +30,7 @@ __END__
=head1 NAME
Mojo::IOLoop::Trigger - IOLoop Trigger
Mojo::IOLoop::Trigger - IOLoop trigger
=head1 SYNOPSIS
Expand Down
2 changes: 1 addition & 1 deletion lib/Mojo/IOWatcher.pm
Expand Up @@ -144,7 +144,7 @@ __END__
=head1 NAME
Mojo::IOWatcher - Non-Blocking I/O Watcher
Mojo::IOWatcher - Non-blocking I/O watcher
=head1 SYNOPSIS
Expand Down
2 changes: 1 addition & 1 deletion lib/Mojo/IOWatcher/EV.pm
Expand Up @@ -99,7 +99,7 @@ __END__
=head1 NAME
Mojo::IOWatcher::EV - EV Non-Blocking I/O Watcher
Mojo::IOWatcher::EV - EV non-blocking I/O watcher
=head1 SYNOPSIS
Expand Down
2 changes: 1 addition & 1 deletion lib/Mojo/Log.pm
Expand Up @@ -85,7 +85,7 @@ __END__
=head1 NAME
Mojo::Log - Simple Logger For Mojo
Mojo::Log - Simple logger for Mojo
=head1 SYNOPSIS
Expand Down
2 changes: 1 addition & 1 deletion lib/Mojo/Message.pm
Expand Up @@ -545,7 +545,7 @@ __END__
=head1 NAME
Mojo::Message - HTTP 1.1 Message Base Class
Mojo::Message - HTTP 1.1 message base class
=head1 SYNOPSIS
Expand Down
2 changes: 1 addition & 1 deletion lib/Mojo/Message/Request.pm
Expand Up @@ -381,7 +381,7 @@ __END__
=head1 NAME
Mojo::Message::Request - HTTP 1.1 Request Container
Mojo::Message::Request - HTTP 1.1 request container
=head1 SYNOPSIS
Expand Down
2 changes: 1 addition & 1 deletion lib/Mojo/Message/Response.pm
Expand Up @@ -179,7 +179,7 @@ __END__
=head1 NAME
Mojo::Message::Response - HTTP 1.1 Response Container
Mojo::Message::Response - HTTP 1.1 response container
=head1 SYNOPSIS
Expand Down
2 changes: 1 addition & 1 deletion lib/Mojo/Parameters.pm
Expand Up @@ -220,7 +220,7 @@ __END__
=head1 NAME
Mojo::Parameters - Parameter Container
Mojo::Parameters - Parameter container
=head1 SYNOPSIS
Expand Down
2 changes: 1 addition & 1 deletion lib/Mojo/Server.pm
Expand Up @@ -77,7 +77,7 @@ __END__
=head1 NAME
Mojo::Server - HTTP Server Base Class
Mojo::Server - HTTP server base class
=head1 SYNOPSIS
Expand Down
2 changes: 1 addition & 1 deletion lib/Mojo/Server/CGI.pm
Expand Up @@ -111,7 +111,7 @@ __END__
=head1 NAME
Mojo::Server::CGI - CGI Server
Mojo::Server::CGI - CGI server
=head1 SYNOPSIS
Expand Down
2 changes: 1 addition & 1 deletion lib/Mojo/Server/Daemon.pm
Expand Up @@ -361,7 +361,7 @@ __END__
=head1 NAME
Mojo::Server::Daemon - Non-Blocking I/O HTTP 1.1 And WebSocket Server
Mojo::Server::Daemon - Non-blocking I/O HTTP 1.1 and WebSocket server
=head1 SYNOPSIS
Expand Down
2 changes: 1 addition & 1 deletion lib/Mojo/Server/PSGI.pm
Expand Up @@ -97,7 +97,7 @@ __END__
=head1 NAME
Mojo::Server::PSGI - PSGI Server
Mojo::Server::PSGI - PSGI server
=head1 SYNOPSIS
Expand Down
2 changes: 1 addition & 1 deletion lib/Mojo/Template.pm
Expand Up @@ -447,7 +447,7 @@ __END__
=head1 NAME
Mojo::Template - Perl-ish Templates!
Mojo::Template - Perl-ish templates!
=head1 SYNOPSIS
Expand Down
2 changes: 1 addition & 1 deletion lib/Mojo/Transaction.pm
Expand Up @@ -109,7 +109,7 @@ __END__
=head1 NAME
Mojo::Transaction - Transaction Base Class
Mojo::Transaction - Transaction base class
=head1 SYNOPSIS
Expand Down
2 changes: 1 addition & 1 deletion lib/Mojo/Transaction/HTTP.pm
Expand Up @@ -374,7 +374,7 @@ __END__
=head1 NAME
Mojo::Transaction::HTTP - HTTP 1.1 Transaction Container
Mojo::Transaction::HTTP - HTTP 1.1 transaction container
=head1 SYNOPSIS
Expand Down
2 changes: 1 addition & 1 deletion lib/Mojo/Transaction/WebSocket.pm
Expand Up @@ -355,7 +355,7 @@ __END__
=head1 NAME
Mojo::Transaction::WebSocket - WebSocket Transaction Container
Mojo::Transaction::WebSocket - WebSocket transaction container
=head1 SYNOPSIS
Expand Down

0 comments on commit 7a77b78

Please sign in to comment.