]> sipb.mit.edu Git - ikiwiki.git/commitdiff
typo
authorJoey Hess <joey@gnu.kitenet.net>
Thu, 10 Sep 2009 17:49:42 +0000 (13:49 -0400)
committerJoey Hess <joey@gnu.kitenet.net>
Thu, 10 Sep 2009 17:49:42 +0000 (13:49 -0400)
IkiWiki/Receive.pm

index 37b6f2a62667600c0ad181eb448d4629504bdd4c..31ab3a500c83489bdeb80d14f68a208b49b46d94 100644 (file)
@@ -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")) {