From 0e297e7b1f22c068782e4afc65371fd5b80f09d9 Mon Sep 17 00:00:00 2001
From: Gerardo Tauriello <gerardo.tauriello@unibas.ch>
Date: Tue, 24 Apr 2018 14:37:16 +0200
Subject: [PATCH] Fixed typo

---
 actions/ost-compare-structures | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/actions/ost-compare-structures b/actions/ost-compare-structures
index 19c8bea44..29287fb99 100644
--- a/actions/ost-compare-structures
+++ b/actions/ost-compare-structures
@@ -729,7 +729,7 @@ def _Main():
                         lddt_scorer.references[0].chains[0].GetName()
                     if skip_score:
                         ost.LogInfo(
-                            " --> Skipping signle chain lDDT because consistency check failed")
+                            " --> Skipping single chain lDDT because consistency check failed")
                         lddt_results["single_chain_lddt"].append({
                             "status": "FAILURE",
                             "error": "Consistency check failed.",
-- 
GitLab