Author: Michael R. Crusoe <crusoe@debian.org>
Description: fix typo
Forwarded: https://github.com/seqan/chopper/pull/111
--- seqan-raptor.orig/lib/chopper/include/chopper/layout/ibf_query_cost.hpp
+++ seqan-raptor/lib/chopper/include/chopper/layout/ibf_query_cost.hpp
@@ -41,7 +41,7 @@
         }
         else if (t_max > maximum_t_max)
         {
-            throw std::invalid_argument("No data availabe for a t_max this large.");
+            throw std::invalid_argument("No data available for a t_max this large.");
         }
         else if (contains(t_max))
         {
