diff options
author | Joey Hess <joey@kodama.kitenet.net> | 2008-08-12 15:48:44 -0400 |
---|---|---|
committer | Joey Hess <joey@kodama.kitenet.net> | 2008-08-12 15:48:44 -0400 |
commit | 6432d15cb42b7b5b885b766d67f35ff2356f883c (patch) | |
tree | e2941295c8dd484b55c0ffca49eb1eb07492ff07 /.perlcriticrc | |
parent | 1e0a97c0aad07f74e9588d1a01f4f0044fce5294 (diff) |
fix a common case typo
Diffstat (limited to '.perlcriticrc')
-rw-r--r-- | .perlcriticrc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.perlcriticrc b/.perlcriticrc index 0dd5260ae..1e099736f 100644 --- a/.perlcriticrc +++ b/.perlcriticrc @@ -19,7 +19,7 @@ severity = 1 # when they are part of the core program. I don't plan to have more than # the one exporting module in IkiWiki, so let's ignore this test. [-Modules::RequireFilenameMatchesPackage] -# IkiWIki also switches _out_ of the core package when a package namespace +# IkiWiki also switches _out_ of the core package when a package namespace # is a good way to group a set of functions. This doesn't mean I want it # loading up a separate file though, so it's in the same file. [-Modules::ProhibitMultiplePackages] |