Skip to content

Commit dc8bc60

Browse files
authored
Merge pull request #968 from rust-lang/madsmtm/typos
Fix typos
2 parents 8d258c2 + 7a37e7d commit dc8bc60

File tree

12 files changed

+15
-15
lines changed

12 files changed

+15
-15
lines changed

src/compiler/proposals-and-stabilization.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ are suitable for each method of making a proposal - see below):
1212
- A proposal is r+'d when it is approved to be merged.
1313
- r+ can only be used to approve a PR.
1414
- Seconding
15-
- A proposal is second'ed when a team member formally endorses the proposal. Seconding tentatively
15+
- A proposal is seconded when a team member formally endorses the proposal. Seconding tentatively
1616
accepts a proposal subject to a ten-day waiting period for other team members to raise any
1717
concerns.
1818
- Seconding can only be used to approve a MCP.

src/compiler/reviews.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@ gets in the way of refactorings, and no hard stability guarantees are promised.
232232

233233
### The PR is very large and complicated
234234
Reviewers are **not** expected to stomach PRs that are very large and complicated. It is expected
235-
from contributors to split their work to make a review feasable, for example a series of more
235+
from contributors to split their work to make a review feasible, for example a series of more
236236
digestible PRs which are individually more logically self-contained. In general, before submitting
237237
large impact changes, it is expected the contributor to have discussed the design previously with
238238
the relevant team(s) so it is contributor's duty to reference such discussions.

src/infra/docs/dev-desktop.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ free access to high-powered cloud compute. They are part of the
99
| `dev-desktop-eu-1` | `aarch64` | Yes | Germany |
1010
| `dev-desktop-us-1` | `aarch64` | Yes | N. Virgina, US |
1111

12-
#### Decomissioned Machines
12+
#### Decommissioned Machines
1313

1414
Previously, these machines were also available:
1515

@@ -18,7 +18,7 @@ Previously, these machines were also available:
1818
| `dev-desktop-eu-2` | `amd64` | No | Netherlands |
1919
| `dev-desktop-us-2` | `amd64` | No | Washington, US |
2020

21-
They are currently being [decomissioned](https://rust-lang.zulipchat.com/#narrow/channel/242791-t-infra/topic/Shutting.20down.20dev-desktop-*-2.20instances).
21+
They are currently being [decommissioned](https://rust-lang.zulipchat.com/#narrow/channel/242791-t-infra/topic/Shutting.20down.20dev-desktop-*-2.20instances).
2222

2323
## How to apply to the program
2424

src/infra/docs/dns.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ and take inspiration from the other domain names).
196196

197197
If you notice some of the records are referring to HTTP redirect services
198198
provided by the current registrar then those will have to wait until the domain
199-
has been transferred. Once the transfer occured, add a new [domain
199+
has been transferred. Once the transfer occurred, add a new [domain
200200
redirect][redirects-file] on Terraform. This has to be done after the transfer
201201
to be able to request the TLS certificate for the HTTPS redirect.
202202

src/infra/team-maintenance.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ status, there are a number of disparate places that need to be updated.
99
# Team repo
1010

1111
Membership of teams is primarily driven by the config files in the
12-
[rust-lang/team repo][team repo]. See the README of that respository for the
12+
[rust-lang/team repo][team repo]. See the README of that repository for the
1313
systems integrated with it.
1414

1515
# Rules for changes to team repo

src/lang/rfc-merge-procedure.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ Add the following labels to the issue:
3535

3636
- `B-rfc-approved`
3737
- `C-tracking-issue`
38-
- the approriate `T-XXX` label
38+
- the appropriate `T-XXX` label
3939

4040
(If you don't have permissions to do so, leave a note cc'ing the appropriate
4141
team and asking them to do so.)

src/lang/triage-meeting-procedure.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ To execute this meeting you:
3434
* For each item, click in and try to add a few notes as to the main topic
3535
* look for things where there isn't much discussion needed, or just reminders
3636
* these can be handled quickly in the meeting, or perhaps not at all
37-
* items that require more discussion will need time alotted for them
37+
* items that require more discussion will need time allotted for them
3838

3939
[Current Meeting]: https://paper.dropbox.com/doc/T-Lang-Meeting-Current-meeting--AmyXFNnryXTNzBsSWjbdJcVSAg-nRfrSxCbfeo9q7fEYogZQ
4040

src/libs/maintaining-std.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ This kind of breakage can be ok, but a [`crater`] run should estimate the scope.
156156

157157
### Could an implementation use existing functionality?
158158

159-
Types like `String` are implemented in terms of `Vec<u8>` and can use methods on `str` through deref coersion. `Vec<T>` can use methods on `[T]` through deref coersion. When possible, methods on a wrapping type like `String` should defer to methods that already exist on their underlying storage or deref target.
159+
Types like `String` are implemented in terms of `Vec<u8>` and can use methods on `str` through deref coercion. `Vec<T>` can use methods on `[T]` through deref coercion. When possible, methods on a wrapping type like `String` should defer to methods that already exist on their underlying storage or deref target.
160160

161161
### Are there `#[fundamental]` items involved?
162162

src/platforms/blogs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ This approval should evaluate:
107107
* Is the tone and content of the post appropriate for the official venue?
108108
* For example, we should avoid negative commentary about other ecosystems/languages.
109109
* Is it clear on whose behalf the post is written?
110-
* This may not just be the by-line, but also the langauge used. If the post
110+
* This may not just be the by-line, but also the language used. If the post
111111
takes official positions on behalf of the Rust Project as a whole, please
112112
make sure at least one member of the leadership council signs off on it. If the
113113
post is taking positions on behalf of a team, then that team should be in

src/release/issue-triaging.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ Anything related to the compiler implementation, such as diagnostics and ICEs.
175175

176176
##### T-opsem
177177
* Changes to [the nomicon](https://doc.rust-lang.org/nomicon/)
178-
* Changes to the semantics of the abstract machine, such as the sematics of atomics.
178+
* Changes to the semantics of the abstract machine, such as the semantics of atomics.
179179
* Changes to the docs of unsafe pointer functions
180180
* Changes to the docs of `core::ptr`
181181

0 commit comments

Comments
 (0)