14886: Fixes typo
authorEric Biagiotti <ebiagiotti@veritasgenetics.com>
Tue, 5 Mar 2019 16:11:19 +0000 (11:11 -0500)
committerEric Biagiotti <ebiagiotti@veritasgenetics.com>
Tue, 5 Mar 2019 16:11:19 +0000 (11:11 -0500)
Arvados-DCO-1.1-Signed-off-by: Eric Biagiotti <ebiagiotti@veritasgenetics.com>

sdk/cwl/tests/test_container.py

index d7aa193fe5295ace55ea59899c8e9c68b8cd8a65..1a57da3927a352e614f5a65ebb46887864ece07b 100644 (file)
@@ -80,7 +80,7 @@ class TestContainer(unittest.TestCase):
 
         return loadingContext, runtimeContext
 
-    # Helper function to set up the ArvCwlExecuture to use the containers api 
+    # Helper function to set up the ArvCwlExecutor to use the containers api 
     # and test that the RuntimeStatusLoggingHandler is set up correctly
     def setup_and_test_container_executor_and_logging(self, gcc_mock) :
         api = mock.MagicMock()