Fix some typos

Change-Id: I0b9ced6dd489b57a3177f005696b01896824b853
diff --git a/TestON/tests/FUNCflow/FUNCflow.py b/TestON/tests/FUNCflow/FUNCflow.py
index 929596c..1e22fd2 100644
--- a/TestON/tests/FUNCflow/FUNCflow.py
+++ b/TestON/tests/FUNCflow/FUNCflow.py
@@ -116,7 +116,7 @@
 
         #kill off all onos processes
         main.log.info( "Safety check, killing all ONOS processes" +
-                       " before initiating enviornment setup" )
+                       " before initiating environment setup" )
 
         for i in range( main.maxNodes ):
             main.ONOSbench.onosDie( main.ONOSip[ i ] )
@@ -236,7 +236,7 @@
 
         time.sleep( main.startMNSleep )
 
-        main.step( "Conmparing MN topology to ONOS topology" )
+        main.step( "Comparing MN topology to ONOS topology" )
         main.log.info( "Gathering topology information" )
         devicesResults = main.TRUE
         linksResults = main.TRUE