Skip to content

Commit acbc72c

Browse files
authored
Everywhere: Fix a few typos and spelling issues (#10)
1 parent 05e8d4e commit acbc72c

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

content/advanced-features/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -297,7 +297,7 @@ There are a few additional options available in the `jobmanagers/config.json`
297297
file which apply in both cluster and local modes, under the `settings` key.
298298

299299
Several popular third-party libraries use environment variables to control
300-
the number of threads they parallize jobs over, for example `OMP_NUM_THREADS`
300+
the number of threads they parallelize jobs over, for example `OMP_NUM_THREADS`
301301
for OpenMP. The `thread_envs` key specifies a list of environment variables
302302
which should be set to be equal to the job thread reservation. These are
303303
applied in cluster mode, and in local mode if the number of threads is

content/inspecting-pipelines/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ logs. A chunk directory may contain the following:
6161

6262
There are several other metadata files which may be present, either as sentinel
6363
values for the pipeline runtime, or optional debugging information from stage
64-
code, for example from performace profiling tools.
64+
code, for example from performance profiling tools.
6565

6666
## Pipestance Metadata
6767

@@ -104,7 +104,7 @@ directory.
104104
The start of the `_log` contains information on how `mrp` was started,
105105
including command-line options used, relevant environment variables, and job
106106
manager settings. The balance of the log largely comprises notifications of
107-
stage progess. One can use this logging to monitor the progress of the `mrp`
107+
stage progress. One can use this logging to monitor the progress of the `mrp`
108108
through the pipeline's graph.
109109

110110
Here is an example of the top of a log:

content/language-details/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ already assigned in the input call explicitly (e.g. `foo` in the example).
161161
### Collection types
162162

163163
Martian also supports collections of values as arrays or typed maps. These are
164-
declared using a syntax that is familar to users of C-style languages. Arrays
164+
declared using a syntax that is familiar to users of C-style languages. Arrays
165165
are declared as for example `int[]`. Typed maps (available in the martian 4.0
166166
preview) always have string keys, and
167167
are declared as for example `map<int>`. These can be combined as for example

0 commit comments

Comments
 (0)