Bradford Condon před 6 roky
rodič
revize
e58342fcae

+ 1 - 1
tripal/views_handlers/tripal_views_handler_area_collections.inc

@@ -11,7 +11,7 @@ class tripal_views_handler_area_collections extends views_handler_area_result {
    */
   function render($empty = FALSE) {
 
-    // If collections are disbabled then don't show anything.
+    // If collections are disabled then don't show anything.
     $collections_enabled = variable_get('tripal_data_collections_enabled', 1);
     if (!$collections_enabled) {
       return '';