From 0e78333485da11ff44b3663d48d39df01f49513a Mon Sep 17 00:00:00 2001
From: Angie Byron <webchick@24967.no-reply.drupal.org>
Date: Tue, 21 Dec 2010 19:16:31 +0000
Subject: [PATCH] #1004446 by rfay: Fix typo in documentation.

---
 includes/common.inc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/includes/common.inc b/includes/common.inc
index 6968ff172e35..19036463c30a 100644
--- a/includes/common.inc
+++ b/includes/common.inc
@@ -2948,7 +2948,7 @@ function drupal_get_css($css = NULL, $skip_alter = FALSE) {
  */
 function drupal_sort_css_js($a, $b) {
   // First order by group, so that, for example, all items in the CSS_SYSTEM
-  // group appear before items in the CSS_DEFAULT_GROUP, which appear before
+  // group appear before items in the CSS_DEFAULT group, which appear before
   // all items in the CSS_THEME group. Modules may create additional groups by
   // defining their own constants.
   if ($a['group'] < $b['group']) {
-- 
GitLab