Browse Source

comment typo

Bradford Condon 6 years ago
parent
commit
3d68b6f446
1 changed files with 1 additions and 1 deletions
  1. 1 1
      tripal_chado/api/tripal_chado.query.api.inc

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

@@ -2066,7 +2066,7 @@ function chado_db_select($table, $alias = NULL, array $options = array()) {
     $options['target'] = 'default';
   }
    
-  // We only want one connection for chado_db_select, so the first ime we
+  // We only want one connection for chado_db_select, so the first time we
   // create it, we'll save it in the $GLOBALS array for use next time this
   // function is called. If we don't do this, then the function will
   // open too many connections and cause the database server to block.