|
@@ -803,7 +803,7 @@ function tripal_feature_load_gff3($gff_file, $organism_id, $analysis_id,
|
|
|
// Make sure the landmark sequence exists in the database. If the user
|
|
|
// has not specified a landmark type (and it's not required in the GFF
|
|
|
// format) then we don't know the type of the landmark so we'll hope
|
|
|
- // that it's unique across all types for the orgnaism. Only do this
|
|
|
+ // that it's unique across all types for the organism. Only do this
|
|
|
// test if the landmark and the feature are different.
|
|
|
if (!$remove and !(strcmp($landmark, $attr_uniquename) == 0 or strcmp($landmark, $attr_name) == 0)) {
|
|
|
$select = array(
|
|
@@ -888,7 +888,7 @@ function tripal_feature_load_gff3($gff_file, $organism_id, $analysis_id,
|
|
|
'type_name' => $type,
|
|
|
'uniquename' => $feature->uniquename
|
|
|
);
|
|
|
- // make sure this record doesn't already exist in oru temp table
|
|
|
+ // make sure this record doesn't already exist in our temp table
|
|
|
$results = chado_select_record('tripal_gff_temp', array('*'), $values);
|
|
|
|
|
|
if (count($results) == 0) {
|