Skip to content

Commit

Permalink
Typos + stopword
Browse files Browse the repository at this point in the history
  • Loading branch information
techman83 committed Jun 28, 2015
1 parent 6fbef09 commit 3900ae7
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions dist.ini
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@ repository.type = git

[Test::Perl::Critic]
[Test::PodSpelling]
stopwords = exe
stopwords = inflater
stopwords = CKAN
stopwords = netkan

[AutoPrereqs]

Expand Down
4 changes: 2 additions & 2 deletions lib/App/KSP_CKAN/Tools/Git.pm
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ method add {
Will return a list of changed files when compared to
origin/current_branch. Can be used in scalar context
(number of commited files) or an if block.
(number of committed files) or an if block.
if ($git->changed) {
say "We've got changed files!";
Expand Down Expand Up @@ -180,7 +180,7 @@ Optional argument. Will commit all if not provided.
=item message
Optional argument. Will litterally add 'Generic Commit' as
Optional argument. Will literally add 'Generic Commit' as
the commit message if not provided.
=back
Expand Down
2 changes: 1 addition & 1 deletion lib/App/KSP_CKAN/Tools/Http.pm
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ method _build__http {
$http->mirror( url => $url, path => "/path/to/file.pl );
Has an optional argument 'exe' which will mark it
executeable for the current user.
executable for the current user.
=cut

Expand Down

0 comments on commit 3900ae7

Please sign in to comment.