monitor: Correct spelling in exception message

Signed-off-by: Matthew Barth <msbarth@us.ibm.com>
Change-Id: I9f1c5e01db1fc577c3c43bf1510c00a10a419f36
diff --git a/monitor/system.cpp b/monitor/system.cpp
index 44da0ba..b61e320 100644
--- a/monitor/system.cpp
+++ b/monitor/system.cpp
@@ -208,7 +208,7 @@
         if (!_started)
         {
             log<level::ERR>("No conf file found at power on");
-            throw std::runtime_error("No conf file fount at power on");
+            throw std::runtime_error("No conf file found at power on");
         }
 
         std::for_each(_powerOffRules.begin(), _powerOffRules.end(),