diff --git a/jquery_update.module b/jquery_update.module index 9ca9ba6..b544130 100644 --- a/jquery_update.module +++ b/jquery_update.module @@ -83,7 +83,7 @@ function jquery_update_library_alter(&$javascript, $module) { // Work out whether this page should use the alternative jQuery version. if (!empty($admin_version) && $admin_version != $version) { - // If a different version is specified for administration + // If a different version is specified for administration // pages, use it instead. $visibility = variable_get('jquery_update_visibility', JQUERY_UPDATE_VISIBILITY_ADMIN); $page_match = FALSE;