From c9c283dcd6d66c33b29deada987a72d62515cf11 Mon Sep 17 00:00:00 2001
From: dmt <>
Date: Thu, 24 Oct 2019 21:54:23 +0200
Subject: [PATCH] Fix typo.

---
 cml/domain/deconstruction.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/cml/domain/deconstruction.py b/cml/domain/deconstruction.py
index 4436a42..a08fd16 100644
--- a/cml/domain/deconstruction.py
+++ b/cml/domain/deconstruction.py
@@ -96,7 +96,7 @@ class RelativeFinder:
 class Deconstructor:
     TIME_COLUMN = "T"
     SUBJECT_COLUMN = "Sigma"
-    PUPORSE_COLUMN = "Z"
+    PURPOSE_COLUMN = "Z"
 
     def __init__(self, knowledge_database, relative_finder, settings):
         self.knowledge_database = knowledge_database
-- 
GitLab