Perl-Critic / Perl-Critic

The leading static analyzer for Perl. Configurable, extensible, powerful.
http://perlcritic.com
Other
181 stars 103 forks source link

typo fixes #512

Closed thaljef closed 10 years ago

thaljef commented 11 years ago

RT Ticket: http://rt.cpan.org/Ticket/Display.html?id=86604 Requested On: Sun Jun 30 17:58:09 2013 Requested By: dsteinbrunner@pobox.com


Perl/Critic/CORE_DEVELOPER.pod 57: and and -> and 183: configuation -> configuration 277: iteself -> itself

Perl/Critic/Config.pm 1319: that that -> that

Perl/Critic/DEVELOPER.pod 49: that that -> that

Perl/Critic/OptionsProcessor.pm 103: outputing -> outputting

Perl/Critic/Policy/CodeLayout/ProhibitHardTabs.pm 29: seemd -> seemed

Perl/Critic/Policy/CodeLayout/RequireTidyCode.pm 107: eariler -> earlier

Perl/Critic/Policy/ControlStructures/ProhibitUnreachableCode.pm 59: folowing -> following

Perl/Critic/Policy/NamingConventions/Capitalization.pm 390: sybols -> symbols 514: sybols -> symbols

Perl/Critic/Policy/RegularExpressions/ProhibitUnusedCapture.pm 243: explict -> explicit

Perl/Critic/Policy/Subroutines/RequireArgUnpacking.pm 128: violaton -> violation

Perl/Critic/Policy/TestingAndDebugging/RequireTestLabels.pm 83: for for -> for

Perl/Critic/PolicyFactory.pm 83: ususal -> usual

Perl/Critic/Statistics.pm 363: The the -> The

Perl/Critic.pm 714: that that -> that

bin/perlcritic 541: it it -> it is 728: that that -> that

thaljef commented 11 years ago

RT Ticket: http://rt.cpan.org/Ticket/Display.html?id=86604 Comment On: 2013-08-28 11:21:34 Comment By: dsteinbrunner@pobox.com


These plus a few more are in this pull request: https://github.com/Perl-Critic/Perl-Critic/pull/12