From d11b166d0cf2251997b326f959aec7d60e1da79c Mon Sep 17 00:00:00 2001
From: klorpa <klorpa@yahoo.com>
Date: Tue, 17 Apr 2018 01:07:57 -0400
Subject: [PATCH] Update descriptionWidgets.tw

---
 src/utility/descriptionWidgets.tw | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/utility/descriptionWidgets.tw b/src/utility/descriptionWidgets.tw
index c2dca8b4c9d..b36408017bb 100644
--- a/src/utility/descriptionWidgets.tw
+++ b/src/utility/descriptionWidgets.tw
@@ -87,7 +87,7 @@
 		<</if>>
 		<</capture>>
 	<</for>>
-	/* if the check returns true it means there are organs without slaves associated to. I think this was the purpouse of the _validHost check in the original code */
+	/* if the check returns true it means there are organs without slaves associated to. I think this was the purpose of the _validHost check in the original code */
 	<<if _validOrgans < $completedOrgans.length>>
 		<<for _dwj = 0; _dwj < $completedOrgans.length; _dwj++>>
 			<<set _isValid = 0>>
-- 
GitLab