From 3dc25b783a570a319445c138ed05419e25cfdb89 Mon Sep 17 00:00:00 2001 From: Aaron Schulz Date: Thu, 5 Dec 2013 21:35:56 -0800 Subject: [PATCH] Small doc comment fix Change-Id: I236379f9bcd3821df15f25df849b3eabca013c4d --- includes/job/jobs/HTMLCacheUpdateJob.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, -- 2.20.1