From: Joey Hess Date: Thu, 10 Sep 2009 17:49:42 +0000 (-0400) Subject: typo X-Git-Tag: 3.14159265~73 X-Git-Url: http://git.vanrenterghem.biz/git.ikiwiki.info.git/commitdiff_plain/f5bd1cf3cd4cc481cfd0bb08ee06aded56fc32ee typo --- 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")) {