summaryrefslogtreecommitdiff
path: root/doc/ikiwiki/pagespec
diff options
context:
space:
mode:
authorhttp://madduck.net/ <http://madduck.net/@web>2008-11-26 04:16:11 -0500
committerJoey Hess <joey@kitenet.net>2008-11-26 04:16:11 -0500
commitc1f7b0af1ce7841a1a9baa831155e51887081be0 (patch)
treebde36ddfd5a4ce5db2d434865c28fcbdf5e78427 /doc/ikiwiki/pagespec
parentfbfe1e314c1a9437d9a5ffc1a8c60b6e1f9c8117 (diff)
proper spelling of viruses
Diffstat (limited to 'doc/ikiwiki/pagespec')
-rw-r--r--doc/ikiwiki/pagespec/attachment.mdwn2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ikiwiki/pagespec/attachment.mdwn b/doc/ikiwiki/pagespec/attachment.mdwn
index 2d33db748..344a4a734 100644
--- a/doc/ikiwiki/pagespec/attachment.mdwn
+++ b/doc/ikiwiki/pagespec/attachment.mdwn
@@ -9,7 +9,7 @@ configuration setting.
For example, to limit arbitrary files to 50 kilobytes, but allow
larger mp3 files to be uploaded by joey into a specific directory, and
-check all attachments for virii, something like this could be used:
+check all attachments for viruses, something like this could be used:
virusfree() and ((user(joey) and podcast/*.mp3 and mimetype(audio/mpeg) and maxsize(15mb)) or (!ispage() and maxsize(50kb)))