Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix "extention" typo. #20

Merged
merged 1 commit into from Dec 14, 2011
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 2 additions & 2 deletions PSGI.pod
Expand Up @@ -268,8 +268,8 @@ B<SHOULD> be prefixed uniquely.
The C<psgi.> prefix is reserved for use with the PSGI core
specification, and C<psgix.> prefix is reserved for officially blessed
extensions. These prefixes B<MUST NOT> be used by other servers or
application. See L<psgi-extensions|PSGI::Extentions> for the list of
officially approved extentions.
application. See L<psgi-extensions|PSGI::Extensions> for the list of
officially approved extensions.

The environment B<MUST NOT> contain keys named C<HTTP_CONTENT_TYPE> or
C<HTTP_CONTENT_LENGTH>.
Expand Down
2 changes: 1 addition & 1 deletion PSGI/Extensions.pod
@@ -1,6 +1,6 @@
=head1 NAME

PSGI::Extensions - PSGI extentions
PSGI::Extensions - PSGI extensions

=head1 SPECIFICATION

Expand Down