From: bdemsky <bdemsky@uci.edu>
Date: Thu, 1 Aug 2019 19:11:58 +0000 (-0700)
Subject: typo
X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=80926f3aabeeeebd4eaf401a1bdff8d51cdbbb9d;p=smartthings-infrastructure.git

typo
---

diff --git a/SmokeDetector/SmokeDetectors.groovy b/SmokeDetector/SmokeDetectors.groovy
index 188bb98..1bcb95a 100644
--- a/SmokeDetector/SmokeDetectors.groovy
+++ b/SmokeDetector/SmokeDetectors.groovy
@@ -54,7 +54,7 @@ public class SmokeDetectors {
 			this.carbonMonoxideLatestValue = "tested"		
 		}
 		}*/
-		smokeDetectors.add(new SmokeDetector(id, label, displayName, this.currentSmokeValue, this.smokeLatestValue, this.carbonMonoideValue, this.batteryValue))
+		smokeDetectors.add(new SmokeDetector(id, label, displayName, this.currentSmokeValue, this.smokeLatestValue, this.carbonMonoxideValue, this.batteryValue))
 	}
 
 	//By Model Checker