]> git.donarmstrong.com Git - function2gene.git/commitdiff
* Fix "rety" typo
authorDon Armstrong <don@donarmstrong.com>
Wed, 12 Dec 2007 00:29:18 +0000 (00:29 +0000)
committerDon Armstrong <don@donarmstrong.com>
Wed, 12 Dec 2007 00:29:18 +0000 (00:29 +0000)
git-svn-id: file:///srv/svn/function2gene/trunk@20 a0738b58-4706-0410-8799-fb830574a030

bin/get_ncbi_results

index 313ecad351f8b6eb62acb0d921402e3f9b6376cd..e126d5f687fc984107aafcb1263986158ddd2086 100755 (executable)
@@ -161,7 +161,7 @@ while (<$terms>) {
               $response = $mech->content;
               $retry_count--;
          }
               $response = $mech->content;
               $retry_count--;
          }
-         if ($rety_count <= 0) {
+         if ($retry_count <= 0) {
               die 'Unable to retreive ids ['.join(',',@current_ids).'] because of a remote server error';
          }
          # For some dumb reason, they send us xml with html
               die 'Unable to retreive ids ['.join(',',@current_ids).'] because of a remote server error';
          }
          # For some dumb reason, they send us xml with html