From 7c40c78b4cdab525cbb4ade88032830644a2a3b1 Mon Sep 17 00:00:00 2001 From: gebele Date: Thu, 20 Feb 2014 17:11:04 +0100 Subject: fixed typo --- application.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/application.rb b/application.rb index 31a593d..e3338c1 100644 --- a/application.rb +++ b/application.rb @@ -233,7 +233,7 @@ class Application < Sinatra::Base elsif @accept == "text/csv" @assays and !@assays.empty? ? csv_file("predicted_assays") : "No PubChem data\n" else - @assays and !@assays.empty? ? haml(:predicted_assays, :layout => false) : "

Insuffucient PubChem data for read across predictions.

" + @assays and !@assays.empty? ? haml(:predicted_assays, :layout => false) : "

Insufficient PubChem data for read across predictions.

" end end @@ -245,7 +245,7 @@ class Application < Sinatra::Base elsif @accept == "text/csv" @assays and !@assays.empty? ? csv_file("target_readacross") : "No PubChem data\n" else - @assays and !@assays.empty? ? haml(:predicted_targets, :layout => false) : "

Insuffucient PubChem data for read across predictions.

" + @assays and !@assays.empty? ? haml(:predicted_targets, :layout => false) : "

Insufficient PubChem data for read across predictions.

" end end -- cgit v1.2.3