Fix typos in markdown files

Fixes a number of typographical errors across
markdown documentation files.
This commit is contained in:
Greg Myers 2022-01-11 09:31:27 -07:00 committed by greg
parent 5df705a41f
commit 829a736f96
No known key found for this signature in database
GPG key ID: A12C1FB2EA7EDE4D
4 changed files with 6 additions and 6 deletions

View file

@ -274,7 +274,7 @@ Servo is built with [Cargo](https://crates.io/), the Rust package manager.
We also use Mozilla's Mach tools to orchestrate the build and other tasks. We also use Mozilla's Mach tools to orchestrate the build and other tasks.
You can call Mach like this: You can call Mach like this:
On Unix sytems: On Unix systems:
``` ```
./mach [command] [arguments] ./mach [command] [arguments]
``` ```

View file

@ -11,7 +11,7 @@ For some things however that is not practical,
or some deployment step that mutates global state is required. or some deployment step that mutates global state is required.
That configuration is split between the [mozilla/community-tc-config] and That configuration is split between the [mozilla/community-tc-config] and
[servo/taskcluster-config] repositories, [servo/taskcluster-config] repositories,
managed by the Taskcluster team and the Servo team repsectively. managed by the Taskcluster team and the Servo team respectively.
[mozilla/community-tc-config]: https://github.com/mozilla/community-tc-config/blob/master/config/projects.yml [mozilla/community-tc-config]: https://github.com/mozilla/community-tc-config/blob/master/config/projects.yml
[servo/taskcluster-config]: https://github.com/servo/taskcluster-config/tree/master/config [servo/taskcluster-config]: https://github.com/servo/taskcluster-config/tree/master/config
@ -148,7 +148,7 @@ which is visible on the [credentials] page
(reachable from clicking on ones own name on the top-right of any page). (reachable from clicking on ones own name on the top-right of any page).
A running task has a set of scopes allowing it access to various functionality and APIs. A running task has a set of scopes allowing it access to various functionality and APIs.
It can grant those scopes (and at most only thoses) to sub-tasks that it schedules It can grant those scopes (and at most only those) to sub-tasks that it schedules
(if it has the scope allowing it to schedule new tasks in the first place). (if it has the scope allowing it to schedule new tasks in the first place).
[Roles] represent each a set of scopes. [Roles] represent each a set of scopes.
@ -192,7 +192,7 @@ to those roles from the [servo/taskcluster-config] repository.
The [`project-servo/daily`] hook in Taskclusters [Hooks service] The [`project-servo/daily`] hook in Taskclusters [Hooks service]
is used to run some tasks automatically ever 24 hours. is used to run some tasks automatically ever 24 hours.
In this case as well we use a decision task. In this case as well we use a decision task.
The `decision_task.py` script can differenciate this from a GitHub push The `decision_task.py` script can differentiate this from a GitHub push
based on the `$TASK_FOR` environment variable. based on the `$TASK_FOR` environment variable.
Daily tasks can also be triggered manually. Daily tasks can also be triggered manually.

View file

@ -1,6 +1,6 @@
# Building the binary .tgz for magicleap gstreamer # Building the binary .tgz for magicleap gstreamer
`mach` downloads prebuilt gstreamer libaries, which are built using this script. `mach` downloads prebuilt gstreamer libraries, which are built using this script.
# Requirements # Requirements
- Magic Leap SDK >= 0.22.0 for MacOSX - Magic Leap SDK >= 0.22.0 for MacOSX

View file

@ -50,7 +50,7 @@ Running the tests without mach
When avoiding `mach` for some reason, one can run `run.py` When avoiding `mach` for some reason, one can run `run.py`
directly. However, this requires that all the dependencies for directly. However, this requires that all the dependencies for
`wptrunner` are avaliable in the current python environment. `wptrunner` are available in the current python environment.
Running the tests manually Running the tests manually
-------------------------- --------------------------