Avoid CiviCRM running full drupal cache flush, as this results in CiviCRM clobbering...
[civicrm-core.git] / CRM / Utils / Sort.php
index 22d7d1b68ff963934dbef1fe22adff67c46c8b24..f509ab3dc2d22182c35a4183568bd29afe4f2679 100644 (file)
@@ -200,7 +200,7 @@ class CRM_Utils_Sort {
 
     list($current, $direction) = explode('_', $url);
 
-    // if current is wierd and does not exist in the vars array, skip
+    // if current is weird and does not exist in the vars array, skip
     if (!array_key_exists($current, $this->_vars)) {
       return;
     }