X-Git-Url: https://sipb.mit.edu/gitweb.cgi/ikiwiki.git/blobdiff_plain/f4fd66fc1b66e7ff7dffe20f751b56e1e831a5d7..140658bc51338b8d1c74382bbf374ad77f07c269:/IkiWiki/Render.pm diff --git a/IkiWiki/Render.pm b/IkiWiki/Render.pm index c5922c933..886a30f6b 100644 --- a/IkiWiki/Render.pm +++ b/IkiWiki/Render.pm @@ -426,7 +426,7 @@ FILE: foreach my $file (@files) { } # Handle backlinks; if a page has added/removed links, update the - # pages it links to. Also handles rebuilding dependat pages. + # pages it links to. Also handles rebuilding dependant pages. # TODO: inefficient; pages may get rendered above and again here; # problem is the backlinks could be wrong in the first pass render # above