From 68e5bf334100eba66591c3ba39209373f66fd783 Mon Sep 17 00:00:00 2001
From: Xavier Robin <xavier.robin@unibas.ch>
Date: Fri, 10 Mar 2023 09:34:11 +0100
Subject: [PATCH] fix typo

---
 actions/ost-compare-structures | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/actions/ost-compare-structures b/actions/ost-compare-structures
index 6650d9664..e88068505 100644
--- a/actions/ost-compare-structures
+++ b/actions/ost-compare-structures
@@ -127,7 +127,7 @@ def _ParseArgs():
         default=None,
         type=int,
         help=("Only has an effect if model is in mmcif format. By default, "
-              "the assymetric unit (AU) is used for scoring. If there are "
+              "the asymmetric unit (AU) is used for scoring. If there are "
               "biounits defined in the mmcif file, you can specify the "
               "(0-based) index of the one which should be used."))
 
@@ -139,7 +139,7 @@ def _ParseArgs():
         default=None,
         type=int,
         help=("Only has an effect if reference is in mmcif format. By default, "
-              "the assymetric unit (AU) is used for scoring. If there are "
+              "the asymmetric unit (AU) is used for scoring. If there are "
               "biounits defined in the mmcif file, you can specify the "
               "(0-based) index of the one which should be used."))
 
-- 
GitLab