@@ -100,9 +100,9 @@ must declare the `cwlVersion` of that document. Implementations must
100100validate against the document's declared version. Implementations
101101should allow workflows to reference documents of both newer and older
102102CWL versions (up to the highest version of CWL supported by that
103- implementation). Where the runtime enviroment or runtime behavior has
103+ implementation). Where the runtime environment or runtime behavior has
104104changed between versions, for that portion of the execution an
105- implementation must provide runtime enviroment and behavior consistent
105+ implementation must provide runtime environment and behavior consistent
106106with the document's declared version. An implementation must not
107107expose a newer feature when executing a document that specifies an
108108older version that does not include that feature.
@@ -376,7 +376,7 @@ produces output, and then terminates.
376376
377377A ** workflow** is a process characterized by multiple subprocess steps,
378378where step outputs are connected to the inputs of downstream steps to
379- form a directed acylic graph, and independent steps may run concurrently.
379+ form a directed acyclic graph, and independent steps may run concurrently.
380380
381381A ** runtime environment** is the actual hardware and software environment when
382382executing a command line tool. It includes, but is not limited to, the
0 commit comments