Skip to content

Commit

Permalink
typo corrections from #14
Browse files Browse the repository at this point in the history
  • Loading branch information
yanick committed Feb 14, 2016
1 parent 2d37f56 commit 73eed08
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions bin/pod2readme
Original file line number Diff line number Diff line change
Expand Up @@ -51,12 +51,12 @@ this, use the C<--no-backup> option.
Specifies the name of the output file. If omitted, it will use the
second command line argument, or default to the C<--target> plus the
corresponding extention of the C<--format>.
corresponding extension of the C<--format>.
For all intents, the default is F<README>.
If a format other than "text" is chosen, then the appropriate
extention will be added, e.g. for "markdown", the default output file
extension will be added, e.g. for "markdown", the default output file
is F<README.md>.
=head2 C<--target>
Expand Down
6 changes: 3 additions & 3 deletions lib/Pod/Readme.pm
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ Note: earlier versions of this module suggested using
=end readme
While this version supports that syntax for backwards compatability,
While this version supports that syntax for backwards compatibility,
it is not standard POD.
=cut
Expand Down Expand Up @@ -435,7 +435,7 @@ around 'run' => sub {
Pod::Readme->parse_from_file( 'README.pod', 'README' );
This is a class method that acts as a L<Pod::Select> compatability
This is a class method that acts as a L<Pod::Select> compatibility
shim for software that is designed for versions of L<Pod::Readme>
prior to v1.0.
Expand All @@ -458,7 +458,7 @@ sub parse_from_file {

=head2 C<parse_from_filehandle>
Like L</parse_from_file>, this exists as a compatability shim.
Like L</parse_from_file>, this exists as a compatibility shim.
Its use is deprecated, and will be deleted in later versions.
Expand Down
2 changes: 1 addition & 1 deletion lib/Pod/Readme/Plugin.pm
Original file line number Diff line number Diff line change
Expand Up @@ -320,7 +320,7 @@ sub write_para {
Utility methods to write POD specific commands to the C<output_file>.
These methods ensure the POD commands have extra newlines for
compatability with older POD parsers.
compatibility with older POD parsers.
=cut

Expand Down

0 comments on commit 73eed08

Please sign in to comment.