summaryrefslogtreecommitdiff
path: root/includes/registry.inc
diff options
context:
space:
mode:
Diffstat (limited to 'includes/registry.inc')
-rw-r--r--includes/registry.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/registry.inc b/includes/registry.inc
index ec968dd2a..e4eb56348 100644
--- a/includes/registry.inc
+++ b/includes/registry.inc
@@ -73,7 +73,7 @@ function _registry_rebuild() {
$unchanged_resources = array();
foreach (_registry_get_lookup_cache() as $key => $file) {
- // If the file for this cached resource is carried over unchanged from
+ // If the file for this cached resource is carried over unchanged from
// the last registry build, then we can safely re-cache it.
if ($file && in_array($file, array_keys($files)) && !in_array($file, $parsed_files)) {
$unchanged_resources[$key] = $file;