diff options
author | http://madduck.net/ <http://madduck.net/@web> | 2008-11-26 04:16:11 -0500 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2008-11-26 04:16:11 -0500 |
commit | c1f7b0af1ce7841a1a9baa831155e51887081be0 (patch) | |
tree | bde36ddfd5a4ce5db2d434865c28fcbdf5e78427 /doc/ikiwiki | |
parent | fbfe1e314c1a9437d9a5ffc1a8c60b6e1f9c8117 (diff) |
proper spelling of viruses
Diffstat (limited to 'doc/ikiwiki')
-rw-r--r-- | doc/ikiwiki/pagespec/attachment.mdwn | 2 |
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))) |