Browse Source

Update tripal_chado/api/tripal_chado.schema.api.inc

Co-Authored-By: spficklin <spficklin@gmail.com>
Bradford Condon 5 years ago
parent
commit
4301314219
1 changed files with 1 additions and 1 deletions
  1. 1 1
      tripal_chado/api/tripal_chado.schema.api.inc

+ 1 - 1
tripal_chado/api/tripal_chado.schema.api.inc

@@ -393,7 +393,7 @@ function chado_get_version($exact = FALSE, $warn_if_unsupported = FALSE) {
   }
   else {
     // We need to hardcode the schema here rather than rely on the db_query
-    // function to settle it cecause the db_query function needs to know the
+    // function to settle it because the db_query function needs to know the
     // Chado version to make the table prefixes set properly (chicken and
     // egg problem).
     $chado_schema = chado_get_schema_name('chado');