error_message='Generic OnapTest exception'
 
 class TestConfigurationException(OnapTestException):
-    """Raise when configutation of the use cases is not complete or buggy."""
+    """Raise when configuration of the use case is incomplete or buggy."""
     error_message='Configuration error'
 
 class ServiceDistributionException(OnapTestException):
 
 
 class NetworkInstantiateException(OnapTestException):
-    """Network cannot be instantiate."""
+    """Network cannot be instantiated."""
     error_message='Network instantiation error'
 
 
 
 class ProfileInformationException(OnapTestException):
     """Missing k8s profile information."""
-    error_message='"Missing k8s profile information'
+    error_message='Missing k8s profile information'
 
 class ProfileCleanupException(OnapTestException):
     """K8s profile cannot be cleaned."""