From: Aaron Schulz Date: Fri, 6 Dec 2013 05:35:56 +0000 (-0800) Subject: Small doc comment fix X-Git-Tag: 1.31.0-rc.0~17751 X-Git-Url: http://git.cyclocoop.org/%40spipnet%40?a=commitdiff_plain;h=3dc25b783a570a319445c138ed05419e25cfdb89;p=lhc%2Fweb%2Fwiklou.git Small doc comment fix Change-Id: I236379f9bcd3821df15f25df849b3eabca013c4d --- diff --git a/includes/job/jobs/HTMLCacheUpdateJob.php b/includes/job/jobs/HTMLCacheUpdateJob.php index 0297a35e42..04159068ab 100644 --- a/includes/job/jobs/HTMLCacheUpdateJob.php +++ b/includes/job/jobs/HTMLCacheUpdateJob.php @@ -66,7 +66,7 @@ class HTMLCacheUpdateJob extends Job { } } // Convert this into no more than $wgUpdateRowsPerJob HTMLCacheUpdateJob per-title - // jobs and possibly a recursive RefreshLinks job for the rest of the backlinks + // jobs and possibly a recursive HTMLCacheUpdateJob job for the rest of the backlinks $jobs = BacklinkJobUtils::partitionBacklinkJob( $this, $wgUpdateRowsPerJob,