Bradford Condon 6 년 전
부모
커밋
e58342fcae
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      tripal/views_handlers/tripal_views_handler_area_collections.inc

+ 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 '';