From 7f5a94d2a25338a198e7bb6ec804740ed3b3bb95 Mon Sep 17 00:00:00 2001
From: Gabriel Studer <gabriel.studer@unibas.ch>
Date: Tue, 19 Feb 2019 09:58:54 +0100
Subject: [PATCH] typo

---
 modules/bindings/src/wrap_tmalign.cc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/modules/bindings/src/wrap_tmalign.cc b/modules/bindings/src/wrap_tmalign.cc
index 7fe81be31..5a7071396 100644
--- a/modules/bindings/src/wrap_tmalign.cc
+++ b/modules/bindings/src/wrap_tmalign.cc
@@ -35,7 +35,7 @@ TMAlignResult WrappedTMAlign(const geom::Vec3List& pos_one,
   int ylen = pos_two.size();  
 
   if(xlen <= 5 || ylen <= 5) {
-    throw ost::Error("Input sequence to short!");
+    throw ost::Error("Input sequence too short!");
   }
 
   if(xlen != seq1.GetLength() || ylen != seq2.GetLength()) {
-- 
GitLab