From 9184dfafbc3fa4a8cc164a8c1fd6537553c0c5b5 Mon Sep 17 00:00:00 2001
From: Alexander Rose <alex.rose@rcsb.org>
Date: Thu, 1 Mar 2018 16:19:31 -0800
Subject: [PATCH] typo

---
 src/mol-model/structure/model/properties/hierarchy.ts | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/mol-model/structure/model/properties/hierarchy.ts b/src/mol-model/structure/model/properties/hierarchy.ts
index 92d5f006a..773e091d8 100644
--- a/src/mol-model/structure/model/properties/hierarchy.ts
+++ b/src/mol-model/structure/model/properties/hierarchy.ts
@@ -59,7 +59,7 @@ export interface Segments {
 export interface Keys {
     // indicate whether the keys form an increasing sequence and within each chain, sequence numbers
     // are in increasing order.
-    // monotonous sequences enable for example faster secodnary structure assignment.
+    // monotonous sequences enable for example faster secondary structure assignment.
     isMonotonous: boolean,
 
     // assign a key to each residue index.
-- 
GitLab