Author: mcantelon
Date: Mon Jan  2 13:57:43 2012
New Revision: 10516

Log:
Fixed typo.

Modified:
   trunk/lib/QubitFlatfileImport.class.php
   trunk/lib/task/csvImportTask.class.php

Modified: trunk/lib/QubitFlatfileImport.class.php
==============================================================================
--- trunk/lib/QubitFlatfileImport.class.php     Mon Jan  2 13:55:26 2012        
(r10515)
+++ trunk/lib/QubitFlatfileImport.class.php     Mon Jan  2 13:57:43 2012        
(r10516)
@@ -301,7 +301,7 @@
     return $actor;
   }
 
-  public function getTaxomoyTerms($taxonomyId, $culture = 'en')
+  public function getTaxonomyTerms($taxonomyId, $culture = 'en')
   {
     $terms = array();
 

Modified: trunk/lib/task/csvImportTask.class.php
==============================================================================
--- trunk/lib/task/csvImportTask.class.php      Mon Jan  2 13:55:26 2012        
(r10515)
+++ trunk/lib/task/csvImportTask.class.php      Mon Jan  2 13:57:43 2012        
(r10516)
@@ -74,7 +74,7 @@
     );
     foreach($noteTaxonomies as $taxonomyId => $varName) {
       $$varName = array();
-      foreach(QubitFlatfileImport::getTaxomoyTerms($taxonomyId) as $termId => 
$term) {
+      foreach(QubitFlatfileImport::getTaxonomyTerms($taxonomyId) as $termId => 
$term) {
         ${$varName}[$termId] = $term->name;
       }
     }

-- 
You received this message because you are subscribed to the Google Groups 
"Qubit Toolkit Commits" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/qubit-commits?hl=en.

Reply via email to