Remove clearing of main variable

 - Fix typo in function name

Change-Id: I568dafe0a87fc194689a1c54de5c86f4fe3530d7
diff --git a/TestON/tests/dependencies/ONOSSetup.py b/TestON/tests/dependencies/ONOSSetup.py
index ad2de22..af113f7 100644
--- a/TestON/tests/dependencies/ONOSSetup.py
+++ b/TestON/tests/dependencies/ONOSSetup.py
@@ -23,7 +23,6 @@
 
 
 class ONOSSetup:
-    main = None
 
     def __init__( self ):
         self.default = ''
@@ -117,7 +116,7 @@
         main.log.exception( e )
         main.cleanAndExit()
 
-    def evnSetupConclusion( self, stepResult ):
+    def envSetupConclusion( self, stepResult ):
         """
         Description:
             compare the result of the envSetup of the test.