aboutsummaryrefslogtreecommitdiff
path: root/.perlcriticrc
diff options
context:
space:
mode:
authorJoey Hess <joey@kodama.kitenet.net>2008-08-12 15:48:44 -0400
committerJoey Hess <joey@kodama.kitenet.net>2008-08-12 15:48:44 -0400
commit6432d15cb42b7b5b885b766d67f35ff2356f883c (patch)
treee2941295c8dd484b55c0ffca49eb1eb07492ff07 /.perlcriticrc
parent1e0a97c0aad07f74e9588d1a01f4f0044fce5294 (diff)
downloadikiwiki-6432d15cb42b7b5b885b766d67f35ff2356f883c.tar
ikiwiki-6432d15cb42b7b5b885b766d67f35ff2356f883c.tar.gz
fix a common case typo
Diffstat (limited to '.perlcriticrc')
-rw-r--r--.perlcriticrc2
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]