Merge pull request #51 from opennetworkinglab/devl/fix_typo

Devl/fix typo
diff --git a/TestON/tests/ProdFunc/ProdFunc.py b/TestON/tests/ProdFunc/ProdFunc.py
index b786e8b..a9a9bb6 100755
--- a/TestON/tests/ProdFunc/ProdFunc.py
+++ b/TestON/tests/ProdFunc/ProdFunc.py
@@ -850,7 +850,7 @@
         '''
         Host intents removal
         ''' 
-        main.log.report("This testcase removes host intents before adding the same intents or point intents")
+        main.log.report("This testcase removes any previously added intents before adding the same intents or point intents")
         main.log.report("__________________________________")        
         main.log.info("Host intents removal")
         main.case("Removing host intents")
diff --git a/TestON/tests/ProdFunc13/ProdFunc13.py b/TestON/tests/ProdFunc13/ProdFunc13.py
index babf853..a815fea 100755
--- a/TestON/tests/ProdFunc13/ProdFunc13.py
+++ b/TestON/tests/ProdFunc13/ProdFunc13.py
@@ -850,7 +850,7 @@
         '''
         Host intents removal
         ''' 
-        main.log.report("This testcase removes host intents before adding the same intents or point intents")
+        main.log.report("This testcase removes any previously added intents before adding the same intents or point intents")
         main.log.report("__________________________________")        
         main.log.info("Host intents removal")
         main.case("Removing host intents")