aboutsummaryrefslogtreecommitdiff
path: root/IkiWiki/Receive.pm
diff options
context:
space:
mode:
authorJoey Hess <joey@gnu.kitenet.net>2009-09-10 13:49:42 -0400
committerJoey Hess <joey@gnu.kitenet.net>2009-09-10 13:49:42 -0400
commitf5bd1cf3cd4cc481cfd0bb08ee06aded56fc32ee (patch)
tree4cf6229214e4b4b2fcad6c05dc4b58c75c75454a /IkiWiki/Receive.pm
parentc22b9386314b63bb285bd514425fc640bcfff390 (diff)
downloadikiwiki-f5bd1cf3cd4cc481cfd0bb08ee06aded56fc32ee.tar
ikiwiki-f5bd1cf3cd4cc481cfd0bb08ee06aded56fc32ee.tar.gz
typo
Diffstat (limited to 'IkiWiki/Receive.pm')
-rw-r--r--IkiWiki/Receive.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/IkiWiki/Receive.pm b/IkiWiki/Receive.pm
index 37b6f2a62..31ab3a500 100644
--- a/IkiWiki/Receive.pm
+++ b/IkiWiki/Receive.pm
@@ -114,7 +114,7 @@ sub test () {
# by not testing the removal in such pairs of changes.
# (The add is still tested, just to make sure that
# no data is added to the repo that a web edit
- # could add.)
+ # could not add.)
next if $newfiles{$file};
if (IkiWiki::Plugin::remove->can("check_canremove")) {